We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c85e8 commit b9aabd0Copy full SHA for b9aabd0
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.4.0
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -75,7 +75,7 @@ spec:
75
key: argocd.token
76
name: argocd-image-updater-secret
77
optional: true
78
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.4.0
79
imagePullPolicy: Always
80
livenessProbe:
81
httpGet:
pkg/version/version.go
@@ -6,7 +6,7 @@ const (
majorVersion = "0"
minorVersion = "4"
patchVersion = "0"
- preReleaseString = "master"
+ preReleaseString = ""
10
)
11
12
const binaryName = "argocd-image-updater"
0 commit comments