File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 0.6.1
1+ 0.6.2
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 : v0.6.1
6+ newTag : v0.6.2
77
88bases :
99- ./config
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ spec:
109109 key : argocd.token
110110 name : argocd-image-updater-secret
111111 optional : true
112- image : argoprojlabs/argocd-image-updater:v0.6.1
112+ image : argoprojlabs/argocd-image-updater:v0.6.2
113113 imagePullPolicy : Always
114114 livenessProbe :
115115 httpGet :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "fmt"
55const (
66 majorVersion = "0"
77 minorVersion = "6"
8- patchVersion = "1 "
8+ patchVersion = "2 "
99 preReleaseString = ""
1010)
1111
You can’t perform that action at this time.
0 commit comments