From 475580ab979530523a69ee0242c47c67224dc1a5 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 17 Feb 2021 10:10:44 -0800 Subject: [PATCH] change image in release manifests to v1.0.2 Signed-off-by: Alexander Matyushentsev --- VERSION | 2 +- manifests/bot/kustomization.yaml | 2 +- manifests/controller/kustomization.yaml | 2 +- manifests/install-bot.yaml | 4 ++-- manifests/install.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9d..6d7de6e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.2 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index fc05e2db..5fa430ad 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.1 \ No newline at end of file + newTag: v1.0.2 \ No newline at end of file diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 688bfbdc..698a7dbd 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v1.0.1 \ No newline at end of file + newTag: v1.0.2 \ No newline at end of file diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index e4927d2f..12cb26f7 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.1 + image: argoprojlabs/argocd-notifications:v1.0.2 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.1 + image: argoprojlabs/argocd-notifications:v1.0.2 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index d3866038..39f6354c 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.1 + image: argoprojlabs/argocd-notifications:v1.0.2 imagePullPolicy: Always name: argocd-notifications-controller volumeMounts: