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 00ce8a7 commit 43afe23Copy full SHA for 43afe23
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: quay.io/argoprojlabs/argocd-image-updater
6
- newTag: v0.13.0
+ newTag: latest
7
8
resources:
9
- ./config
manifests/install.yaml
@@ -164,7 +164,7 @@ spec:
164
key: kube.events
165
name: argocd-image-updater-config
166
optional: true
167
- image: quay.io/argoprojlabs/argocd-image-updater:v0.13.0
+ image: quay.io/argoprojlabs/argocd-image-updater:latest
168
imagePullPolicy: Always
169
livenessProbe:
170
httpGet:
0 commit comments