Skip to content

Commit 26a2b05

Browse files
authored
Argo CD: Add placeholder for version so user will not use an outdated version (#3061)
1 parent 0e4b1fb commit 26a2b05

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/pages/docs/argo-cd/instances/automated-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,14 @@ The Octopus-Argo Gateway's helm chart can be installed via an Argo CD Applicatio
117117

118118
The application YAML required to install the helm chart is as follows (replacing values as per previous examples):
119119

120+
Update `targetRevision` to the most recent tag found on [dockerhub](https://hub.docker.com/r/octopusdeploy/octopus-argocd-gateway-chart)
121+
120122
```yaml
121123
project: default
122124
source:
123125
repoURL: registry-1.docker.io/octopusdeploy
124126
chart: octopus-argocd-gateway-chart
125-
targetRevision: 1.3.0
127+
targetRevision: <helm chart version>
126128
helm:
127129
parameters:
128130
- name: registration.octopus.name

0 commit comments

Comments
 (0)