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 cd61141 commit 9985961Copy full SHA for 9985961
VERSION
@@ -1 +1 @@
1
-99.9.9
+0.10.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.10.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.10.0
159
imagePullPolicy: Always
160
livenessProbe:
161
httpGet:
0 commit comments