From fae5f322d2d00e78b996a4225bacb5227c34db10 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 13 Jan 2021 10:05:29 -0800 Subject: [PATCH] change image in release manifests to v1.0.0-rc2 Signed-off-by: Alexander Matyushentsev --- manifests/bot/kustomization.yaml | 2 +- manifests/controller/kustomization.yaml | 2 +- manifests/install-bot.yaml | 4 ++-- manifests/install.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 8402e762..eefc8713 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.0-rc1 \ No newline at end of file + newTag: v1.0.0-rc2 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 44301d07..69cf85d5 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.0-rc1 \ No newline at end of file + newTag: v1.0.0-rc2 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index e505fcf0..c0fa2e1b 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -142,7 +142,7 @@ spec: - command: - /app/argocd-notifications-backend - bot - image: argoprojlabs/argocd-notifications:v1.0.0-rc1 + image: argoprojlabs/argocd-notifications:v1.0.0-rc2 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -167,7 +167,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.0.0-rc1 + image: argoprojlabs/argocd-notifications:v1.0.0-rc2 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index e713d1c6..dc660746 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -87,7 +87,7 @@ spec: - command: - /app/argocd-notifications-backend - controller - image: argoprojlabs/argocd-notifications:v1.0.0-rc1 + image: argoprojlabs/argocd-notifications:v1.0.0-rc2 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: