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 2605ec1 commit 9bb4753Copy full SHA for 9bb4753
VERSION
@@ -1 +1 @@
1
-0.9.1
+0.9.2
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: v0.9.1
+ newTag: v0.9.2
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.1
+ image: argoprojlabs/argocd-image-updater:v0.9.2
147
imagePullPolicy: Always
148
livenessProbe:
149
httpGet:
0 commit comments