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.3.0
1+ 0.3.1
Original file line number Diff line number Diff line change 88 newTag : latest
99- name : argoprojlabs/argocd-image-updater
1010 newName : argoprojlabs/argocd-image-updater
11- newTag : v0.3.0
11+ newTag : v0.3.1
1212
1313resources :
1414- ./config
Original file line number Diff line number Diff line change 7575 key : argocd.token
7676 name : argocd-image-updater-secret
7777 optional : true
78- image : argoprojlabs/argocd-image-updater:v0.3.0
78+ image : argoprojlabs/argocd-image-updater:v0.3.1
7979 imagePullPolicy : Always
8080 livenessProbe :
8181 httpGet :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "fmt"
55const (
66 majorVersion = "0"
77 minorVersion = "3"
8- patchVersion = "0 "
8+ patchVersion = "1 "
99 preReleaseString = ""
1010)
1111
You can’t perform that action at this time.
0 commit comments