From 4f2586f95fb6f76ab865ab4f9d9547f7c702ba64 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Fri, 20 Mar 2020 11:03:15 -0700 Subject: [PATCH] update image version to v0.6.1 --- 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 a918a2aa..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index c2d21607..caca5404 100644 --- a/manifests/bot/kustomization.yaml +++ b/manifests/bot/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v0.6.0 + newTag: v0.6.1 diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index cf82caf9..3040bbc3 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: argoprojlabs/argocd-notifications - newTag: v0.6.0 + newTag: v0.6.1 diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index 84b3e387..e34b2980 100644 --- a/manifests/install-bot.yaml +++ b/manifests/install-bot.yaml @@ -117,7 +117,7 @@ spec: - command: - /app/argocd-notifications - bot - image: argoprojlabs/argocd-notifications:v0.6.0 + image: argoprojlabs/argocd-notifications:v0.6.1 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -142,7 +142,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:v0.6.0 + image: argoprojlabs/argocd-notifications:v0.6.1 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app diff --git a/manifests/install.yaml b/manifests/install.yaml index f89b0e13..27af87f5 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -71,7 +71,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:v0.6.0 + image: argoprojlabs/argocd-notifications:v0.6.1 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app