From 6bea3ace8dd5ff4331468eb8c6db22df1dd15dc2 Mon Sep 17 00:00:00 2001 From: lukpep Date: Thu, 16 Dec 2021 10:58:13 +0100 Subject: [PATCH] bumped argocd notifications version to v1.2.1 (#1057) Signed-off-by: lukasz.peplinski Co-authored-by: lukasz.peplinski --- charts/argocd-notifications/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argocd-notifications/Chart.yaml b/charts/argocd-notifications/Chart.yaml index 51241ac3..9b1d08b2 100644 --- a/charts/argocd-notifications/Chart.yaml +++ b/charts/argocd-notifications/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v1.2.0 +appVersion: v1.2.1 description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. name: argocd-notifications type: application -version: 1.6.0 +version: 1.6.1 home: https://github.com/argoproj/argo-helm icon: https://argocd-notifications.readthedocs.io/en/stable/assets/logo.png keywords: @@ -15,4 +15,4 @@ maintainers: - name: andyfeller annotations: artifacthub.io/changes: | - - "[Changed]: Update to app version v1.2.0" + - "[Changed]: Update to app version v1.2.1"