Skip to content

Commit 9985961

Browse files
committed
Release v0.10.0
Signed-off-by: jannfis <[email protected]>
1 parent cd61141 commit 9985961

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99.9.9
1+
0.10.0

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
images:
55
- name: argoprojlabs/argocd-image-updater
6-
newTag: latest
6+
newTag: v0.10.0
77

88
bases:
99
- ./config

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
key: kube.events
156156
name: argocd-image-updater-config
157157
optional: true
158-
image: argoprojlabs/argocd-image-updater:latest
158+
image: argoprojlabs/argocd-image-updater:v0.10.0
159159
imagePullPolicy: Always
160160
livenessProbe:
161161
httpGet:

0 commit comments

Comments
 (0)