File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 99 .9.9
1+ 0 .9.0
Original file line number Diff line number Diff line change 66SRCROOT=" $( CDPATH=' ' cd -- " $( dirname " $0 " ) /.." && pwd -P ) "
77# Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl
88# integration.
9- KUSTOMIZE=${KUSTOMIZE:- kustomize2 }
9+ KUSTOMIZE=${KUSTOMIZE:- kustomize }
1010TEMPFILE=$( mktemp /tmp/aic-manifests.XXXXXX)
1111
1212IMAGE_NAMESPACE=" ${IMAGE_NAMESPACE:- argoprojlabs} "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
33
44images :
55- name : argoprojlabs/argocd-image-updater
6- newTag : latest
6+ newTag : v0.9.0
77
88bases :
99- ./config
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ spec:
143143 key : git.email
144144 name : argocd-image-updater-config
145145 optional : true
146- image : argoprojlabs/argocd-image-updater:latest
146+ image : argoprojlabs/argocd-image-updater:v0.9.0
147147 imagePullPolicy : Always
148148 livenessProbe :
149149 httpGet :
You can’t perform that action at this time.
0 commit comments