From c7a71eccb487ab4bb98e5d872f5b40dc06615ee1 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 20 Jan 2021 12:13:56 -0800 Subject: [PATCH] change image in release manifests to v1.0.1 --- 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 eefc8713..fc05e2db 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-rc2 \ No newline at end of file + newTag: v1.0.1 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 69cf85d5..688bfbdc 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-rc2 \ No newline at end of file + newTag: v1.0.1 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index c0fa2e1b..e4927d2f 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index dc660746..d3866038 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-rc2 + image: argoprojlabs/argocd-notifications:v1.0.1 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: