We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa3383 commit 3a2c074Copy full SHA for 3a2c074
VERSION
@@ -1 +1 @@
1
-0.15.0
+0.15.1
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: quay.io/argoprojlabs/argocd-image-updater
6
- newTag: v0.15.0
+ newTag: v0.15.1
7
8
resources:
9
- ./config
manifests/install.yaml
@@ -209,7 +209,7 @@ spec:
209
key: kube.events
210
name: argocd-image-updater-config
211
optional: true
212
- image: quay.io/argoprojlabs/argocd-image-updater:v0.15.0
+ image: quay.io/argoprojlabs/argocd-image-updater:v0.15.1
213
imagePullPolicy: Always
214
livenessProbe:
215
httpGet:
0 commit comments