From de3f4a3c6fe8e3354f075a7276c6e97d2eb89e54 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Sat, 9 Jan 2021 11:55:21 -0800 Subject: [PATCH] change image in release manifests to v1.0.0-rc1 --- manifests/bot/kustomization.yaml | 4 ++++ manifests/controller/kustomization.yaml | 6 +++++- manifests/install-bot.yaml | 4 ++-- manifests/install.yaml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 5524d8bc..8402e762 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -8,3 +8,7 @@ resources: - argocd-notifications-bot-deployment.yaml - argocd-notifications-bot-role.yaml - argocd-notifications-bot-service.yaml + +images: + - name: argoprojlabs/argocd-notifications + newTag: v1.0.0-rc1 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 95ee52d5..44301d07 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -8,4 +8,8 @@ resources: - argocd-notifications-controller-deployment.yaml - argocd-notifications-secret.yaml - argocd-notifications-controller-role.yaml -- argocd-notifications-controller-metrics-service.yaml \ No newline at end of file +- argocd-notifications-controller-metrics-service.yaml + +images: + - name: argoprojlabs/argocd-notifications + newTag: v1.0.0-rc1 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 9edb009b..594d5ba8 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -142,7 +142,7 @@ spec: - command: - /app/argocd-notifications - bot - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v1.0.0-rc1 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -167,7 +167,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v1.0.0-rc1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index aa1505b3..be10a642 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -87,7 +87,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v1.0.0-rc1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: