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 2d2a057 commit 8f87633Copy full SHA for 8f87633
manifests/base/kustomization.yaml
@@ -8,7 +8,7 @@ images:
8
newTag: latest
9
- name: argoprojlabs/argocd-image-updater
10
newName: argoprojlabs/argocd-image-updater
11
- newTag: latest
+ newTag: v0.2.0
12
13
resources:
14
- ./config
manifests/install.yaml
@@ -72,7 +72,7 @@ spec:
72
key: argocd.token
73
name: argocd-image-updater-secret
74
optional: true
75
- image: argoprojlabs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:v0.2.0
76
imagePullPolicy: Always
77
livenessProbe:
78
httpGet:
pkg/version/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
const (
6
majorVersion = "0"
7
- minorVersion = "1"
+ minorVersion = "2"
patchVersion = "0"
preReleaseString = ""
)
0 commit comments