From b13aa9facfd8ea0c3a5c8d0c5f48c36c5fe26feb Mon Sep 17 00:00:00 2001 From: lukpep Date: Thu, 25 Nov 2021 18:39:22 +0100 Subject: [PATCH] bumped appVersion / image to v1.2.0 (#1039) 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 3d2cdce2..51241ac3 100644 --- a/charts/argocd-notifications/Chart.yaml +++ b/charts/argocd-notifications/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v1.1.1 +appVersion: v1.2.0 description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. name: argocd-notifications type: application -version: 1.5.2 +version: 1.6.0 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]: Use helm-docs to generate README.md" + - "[Changed]: Update to app version v1.2.0"