From 6acb10596f0e9207854564edcc450a9d03c9506c Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Mon, 13 Jan 2020 10:38:59 -0800 Subject: [PATCH] change image to v0.3.0 --- manifests/base/kustomization.yaml | 5 ++++- manifests/install.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 465839ac..c4af8f1b 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -7,4 +7,7 @@ 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.3.0 diff --git a/manifests/install.yaml b/manifests/install.yaml index e9bd9f69..52e35f8f 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -70,7 +70,7 @@ spec: containers: - command: - /app/argocd-notifications-controller - image: argoprojlabs/argocd-notifications:latest + image: argoprojlabs/argocd-notifications:v0.3.0 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app