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 ff5b637 commit 2b1a6a4Copy full SHA for 2b1a6a4
3 files changed
manifests/base/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
4
images:
5
- name: argoprojlabs/argocd-image-updater
6
- newTag: latest
+ newTag: v0.6.0
7
8
bases:
9
- ./config
manifests/install.yaml
@@ -109,7 +109,7 @@ spec:
109
key: argocd.token
110
name: argocd-image-updater-secret
111
optional: true
112
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.6.0
113
imagePullPolicy: Always
114
livenessProbe:
115
httpGet:
pkg/version/version.go
@@ -6,7 +6,7 @@ const (
majorVersion = "0"
minorVersion = "6"
patchVersion = "0"
- preReleaseString = "master"
+ preReleaseString = ""
10
)
11
12
const binaryName = "argocd-image-updater"
0 commit comments