From 4e8715d527629c7700b762aff8d5462e5af2f976 Mon Sep 17 00:00:00 2001 From: Edward Nys <36994826+enys@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:23:21 +0200 Subject: [PATCH] feat(argocd-applicationset): Bump appVersion to 0.2.0 (#885) Co-authored-by: David J. M. Karlsen --- charts/argocd-applicationset/Chart.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argocd-applicationset/Chart.yaml b/charts/argocd-applicationset/Chart.yaml index c93d4cef..f9f599c7 100644 --- a/charts/argocd-applicationset/Chart.yaml +++ b/charts/argocd-applicationset/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: argocd-applicationset description: A Helm chart for installing ArgoCD ApplicationSet type: application -version: 1.1.0 -appVersion: "v0.1.0" +version: 1.2.0 +appVersion: "v0.2.0" home: https://github.com/argoproj/argo-helm icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png keywords: @@ -14,5 +14,4 @@ maintainers: - name: maruina annotations: artifacthub.io/changes: | - - "[Added]: /tmp is an emptyDir now (enables users to use readOnlyRootFilesystem)" - - "[Added]: Ability to add extraVolumes and extraVolumeMounts" + - "[Changed]: Bumped argocd-applicationset to 0.2.0"