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 50f7777 commit 0e27f0cCopy full SHA for 0e27f0c
4 files changed
VERSION
@@ -1 +1 @@
1
-0.3.0
+0.3.1
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: v0.3.0
+ newTag: v0.3.1
12
13
resources:
14
- ./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:v0.3.0
+ image: argoprojlabs/argocd-image-updater:v0.3.1
79
imagePullPolicy: Always
80
livenessProbe:
81
httpGet:
pkg/version/version.go
@@ -5,7 +5,7 @@ import "fmt"
5
const (
6
majorVersion = "0"
7
minorVersion = "3"
- patchVersion = "0"
+ patchVersion = "1"
preReleaseString = ""
)
0 commit comments