Skip to content

Commit ad11cee

Browse files
committed
Release v0.9.0
Signed-off-by: jannfis <[email protected]>
1 parent 0f64255 commit ad11cee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.9.0

hack/generate-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -x
66
SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )"
77
# Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl
88
# integration.
9-
KUSTOMIZE=${KUSTOMIZE:-kustomize2}
9+
KUSTOMIZE=${KUSTOMIZE:-kustomize}
1010
TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX)
1111

1212
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}"

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.9.0
77

88
bases:
99
- ./config

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
key: git.email
144144
name: argocd-image-updater-config
145145
optional: true
146-
image: argoprojlabs/argocd-image-updater:latest
146+
image: argoprojlabs/argocd-image-updater:v0.9.0
147147
imagePullPolicy: Always
148148
livenessProbe:
149149
httpGet:

0 commit comments

Comments
 (0)