We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4b1fb commit 26a2b05Copy full SHA for 26a2b05
1 file changed
src/pages/docs/argo-cd/instances/automated-installation.md
@@ -117,12 +117,14 @@ The Octopus-Argo Gateway's helm chart can be installed via an Argo CD Applicatio
117
118
The application YAML required to install the helm chart is as follows (replacing values as per previous examples):
119
120
+Update `targetRevision` to the most recent tag found on [dockerhub](https://hub.docker.com/r/octopusdeploy/octopus-argocd-gateway-chart)
121
+
122
```yaml
123
project: default
124
source:
125
repoURL: registry-1.docker.io/octopusdeploy
126
chart: octopus-argocd-gateway-chart
- targetRevision: 1.3.0
127
+ targetRevision: <helm chart version>
128
helm:
129
parameters:
130
- name: registration.octopus.name
0 commit comments