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 7a8a2bf commit 47d5d61Copy full SHA for 47d5d61
VERSION
@@ -1 +1 @@
1
-99.9.9
+0.17.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.17.0
7
8
resources:
9
- ./config
manifests/install.yaml
@@ -263,7 +263,7 @@ spec:
263
key: webhook.ratelimit-allowed
264
name: argocd-image-updater-config
265
optional: true
266
- image: quay.io/argoprojlabs/argocd-image-updater:latest
+ image: quay.io/argoprojlabs/argocd-image-updater:v0.17.0
267
imagePullPolicy: Always
268
livenessProbe:
269
httpGet:
0 commit comments