From 1148aece5be782051709b562cc72836cfe701357 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Mon, 3 Feb 2020 22:20:00 -0800 Subject: [PATCH] Update manifests to v0.4.2 --- 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 267577d4..2b7c5ae0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index b3fa1fcd..14556921 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.1 \ No newline at end of file + newTag: v0.4.2 \ No newline at end of file diff --git a/manifests/install.yaml b/manifests/install.yaml index f38b9477..8a7f54b4 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.1 + image: argoprojlabs/argocd-notifications:v0.4.2 imagePullPolicy: Always name: argocd-notifications-controller workingDir: /app