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 881ad1b commit f20f955Copy full SHA for f20f955
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.7.0
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -115,7 +115,7 @@ spec:
115
key: log.level
116
name: argocd-image-updater-config
117
optional: true
118
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.7.0
119
imagePullPolicy: Always
120
livenessProbe:
121
httpGet:
0 commit comments