From 77639607b43d65e68ff2c8a2a9df3a2dabcaf20a Mon Sep 17 00:00:00 2001 From: jmeridth Date: Sun, 29 Jan 2023 12:34:32 -0600 Subject: [PATCH] fix(argocd-apps): Align changelog structure relates to #1808 Was fixed already for: - [x] [argo-cd](#1810) - [x] [argo-workflows](#1812) - [x] [argo-events](#1813) - [x] [argo-rollouts](#1814) Signed-off-by: jmeridth --- charts/argocd-apps/Chart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/argocd-apps/Chart.yaml b/charts/argocd-apps/Chart.yaml index 4f2d82be..422dc686 100644 --- a/charts/argocd-apps/Chart.yaml +++ b/charts/argocd-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-apps description: A Helm chart for managing additional Argo CD Applications and Projects type: application -version: 0.0.6 +version: 0.0.7 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -14,4 +14,5 @@ maintainers: url: https://argoproj.github.io/ annotations: artifacthub.io/changes: | - - "[Added]: Changelog link on README" + - kind: fixed + description: Align changelog structure to show changelogs on Artifact Hub