We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2bb8e commit b40e984Copy full SHA for b40e984
VERSION
@@ -1 +1 @@
1
-99.9.9
+0.13.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.13.0
7
8
resources:
9
- ./config
manifests/install.yaml
@@ -164,7 +164,7 @@ spec:
164
key: kube.events
165
name: argocd-image-updater-config
166
optional: true
167
- image: quay.io/argoprojlabs/argocd-image-updater:latest
+ image: quay.io/argoprojlabs/argocd-image-updater:v0.13.0
168
imagePullPolicy: Always
169
livenessProbe:
170
httpGet:
0 commit comments