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 447d3c0 commit 147b465Copy full SHA for 147b465
VERSION
@@ -1 +1 @@
1
-0.9.0
+0.9.1
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: v0.9.0
+ newTag: v0.9.1
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -143,7 +143,7 @@ spec:
143
key: git.email
144
name: argocd-image-updater-config
145
optional: true
146
- image: argoprojlabs/argocd-image-updater:v0.9.0
+ image: argoprojlabs/argocd-image-updater:v0.9.1
147
imagePullPolicy: Always
148
livenessProbe:
149
httpGet:
0 commit comments