File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 : latest
11+ newTag : v0.3.0
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:latest
78+ image : argoprojlabs/argocd-image-updater:v0.3.0
7979 imagePullPolicy : Always
8080 livenessProbe :
8181 httpGet :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import "fmt"
44
55const (
66 majorVersion = "0"
7- minorVersion = "2 "
7+ minorVersion = "3 "
88 patchVersion = "0"
9- preReleaseString = "master "
9+ preReleaseString = ""
1010)
1111
1212const binaryName = "argocd-image-updater"
You can’t perform that action at this time.
0 commit comments