Skip to content

Commit b40e984

Browse files
Release v0.13.0
Signed-off-by: Pasha Kostohrys <[email protected]>
1 parent 7c2bb8e commit b40e984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99.9.9
1+
0.13.0

manifests/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

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

88
resources:
99
- ./config

manifests/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
key: kube.events
165165
name: argocd-image-updater-config
166166
optional: true
167-
image: quay.io/argoprojlabs/argocd-image-updater:latest
167+
image: quay.io/argoprojlabs/argocd-image-updater:v0.13.0
168168
imagePullPolicy: Always
169169
livenessProbe:
170170
httpGet:

0 commit comments

Comments
 (0)