Skip to content

Commit

Permalink
changed: image version value to avoid issues with integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Vidal Villamide <david@askharilabs.com>
  • Loading branch information
askhari committed May 27, 2024
1 parent 00ce8a7 commit 43afe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

images:
- name: quay.io/argoprojlabs/argocd-image-updater
newTag: v0.13.0
newTag: latest

resources:
- ./config
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
key: kube.events
name: argocd-image-updater-config
optional: true
image: quay.io/argoprojlabs/argocd-image-updater:v0.13.0
image: quay.io/argoprojlabs/argocd-image-updater:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 43afe23

Please sign in to comment.