From 7f75e73356b874afc7e38d2b7e4122f9e9797291 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Sun, 26 Jan 2020 22:25:42 -0800 Subject: [PATCH] Update manifests to v0.4.1 --- VERSION | 2 +- manifests/base/kustomization.yaml | 2 +- manifests/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1d0ba9ea..267577d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 43a104ec..b3fa1fcd 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -10,4 +10,4 @@ resources: - argocd-notifications-controller-role.yaml images: - name: argoprojlabs/argocd-notifications - newTag: v0.4.0 \ No newline at end of file + newTag: v0.4.1 \ No newline at end of file diff --git a/manifests/install.yaml b/manifests/install.yaml index 75b98e66..f38b9477 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -70,7 +70,7 @@ spec: containers: - command: - /app/argocd-notifications-controller - image: argoprojlabs/argocd-notifications:v0.4.0 + image: argoprojlabs/argocd-notifications:v0.4.1 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app