From 0d8246c8e17870995348963c04c56aa530c1de2e Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Fri, 13 Mar 2020 00:43:12 -0700 Subject: [PATCH] update image version to v0.6.0 --- VERSION | 2 +- manifests/bot/kustomization.yaml | 4 ++++ manifests/controller/kustomization.yaml | 6 +++++- manifests/install-bot.yaml | 4 ++-- manifests/install.yaml | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 8f0916f7..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/manifests/bot/kustomization.yaml b/manifests/bot/kustomization.yaml index 5524d8bc..c2d21607 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: v0.6.0 diff --git a/manifests/controller/kustomization.yaml b/manifests/controller/kustomization.yaml index 465839ac..cf82caf9 100644 --- a/manifests/controller/kustomization.yaml +++ b/manifests/controller/kustomization.yaml @@ -7,4 +7,8 @@ resources: - argocd-notifications-cm.yaml - argocd-notifications-controller-deployment.yaml - argocd-notifications-secret.yaml -- argocd-notifications-controller-role.yaml \ No newline at end of file +- argocd-notifications-controller-role.yaml + +images: + - name: argoprojlabs/argocd-notifications + newTag: v0.6.0 diff --git a/manifests/install-bot.yaml b/manifests/install-bot.yaml index ead7803b..84b3e387 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:latest + image: argoprojlabs/argocd-notifications:v0.6.0 imagePullPolicy: Always name: argocd-notifications-bot workingDir: /app @@ -142,7 +142,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.6.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app diff --git a/manifests/install.yaml b/manifests/install.yaml index 8ecbf7da..f89b0e13 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -71,7 +71,7 @@ spec: - command: - /app/argocd-notifications - controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.6.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app