We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25e2ee commit c7c3ca9Copy full SHA for c7c3ca9
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.5.0
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -109,7 +109,7 @@ spec:
109
key: argocd.token
110
name: argocd-image-updater-secret
111
optional: true
112
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.5.0
113
imagePullPolicy: Always
114
livenessProbe:
115
httpGet:
0 commit comments