Skip to content

Commit 43afe23

Browse files
committed
changed: image version value to avoid issues with integration tests
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
1 parent 00ce8a7 commit 43afe23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
images:
55
- name: quay.io/argoprojlabs/argocd-image-updater
6-
newTag: v0.13.0
6+
newTag: latest
77

88
resources:
99
- ./config

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
key: kube.events
165165
name: argocd-image-updater-config
166166
optional: true
167-
image: quay.io/argoprojlabs/argocd-image-updater:v0.13.0
167+
image: quay.io/argoprojlabs/argocd-image-updater:latest
168168
imagePullPolicy: Always
169169
livenessProbe:
170170
httpGet:

0 commit comments

Comments
 (0)