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 6525155 commit da7ee95Copy full SHA for da7ee95
VERSION
@@ -1 +1 @@
1
-99.9.9
+0.16.0
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: quay.io/argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.16.0
7
8
resources:
9
- ./config
manifests/install.yaml
@@ -215,7 +215,7 @@ spec:
215
key: log.level
216
name: argocd-image-updater-config
217
optional: true
218
- image: quay.io/argoprojlabs/argocd-image-updater:latest
+ image: quay.io/argoprojlabs/argocd-image-updater:v0.16.0
219
imagePullPolicy: Always
220
livenessProbe:
221
httpGet:
0 commit comments