From e9c78e0bcb490bc73e8cc3d1b07356fdfee3a404 Mon Sep 17 00:00:00 2001 From: pasha-codefresh Date: Tue, 22 Oct 2024 18:04:50 +0300 Subject: [PATCH] Release 0.15.0 (#891) --- VERSION | 2 +- manifests/base/kustomization.yaml | 2 +- manifests/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ae31da11..a5510516 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -99.9.9 +0.15.0 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e362df01..eb481a42 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization images: - name: quay.io/argoprojlabs/argocd-image-updater - newTag: latest + newTag: v0.15.0 resources: - ./config diff --git a/manifests/install.yaml b/manifests/install.yaml index 5457af52..3670ae12 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -209,7 +209,7 @@ spec: key: kube.events name: argocd-image-updater-config optional: true - image: quay.io/argoprojlabs/argocd-image-updater:latest + image: quay.io/argoprojlabs/argocd-image-updater:v0.15.0 imagePullPolicy: Always livenessProbe: httpGet: