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 a03f319 commit 1ca634eCopy full SHA for 1ca634e
VERSION
@@ -1 +1 @@
1
-99.9.9
+0.11.0
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.11.0
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -155,7 +155,7 @@ spec:
155
key: kube.events
156
name: argocd-image-updater-config
157
optional: true
158
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.11.0
159
imagePullPolicy: Always
160
livenessProbe:
161
httpGet:
0 commit comments