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 c9c124f commit 1aa317cCopy full SHA for 1aa317c
VERSION
@@ -1 +1 @@
1
-0.12.1
+0.12.2
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: quay.io/argoprojlabs/argocd-image-updater
6
- newTag: v0.12.1
+ newTag: v0.12.2
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -165,7 +165,7 @@ spec:
165
key: kube.events
166
name: argocd-image-updater-config
167
optional: true
168
- image: quay.io/argoprojlabs/argocd-image-updater:v0.12.1
+ image: quay.io/argoprojlabs/argocd-image-updater:v0.12.2
169
imagePullPolicy: Always
170
livenessProbe:
171
httpGet:
0 commit comments