diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 009543db..d6c01d25 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,9 +2,12 @@ apiVersion: v2 appVersion: v2.4.12 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 5.5.5 +version: 5.5.6 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png +sources: + - https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd + - https://github.com/argoproj/argo-cd keywords: - argoproj - argocd @@ -19,4 +22,4 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Fixed]: Add missing templating for some service labels" + - "[Added]: Source code section inside chart README" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 3fda655f..e520f2b1 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -2,9 +2,10 @@ A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. -Source code can be found [here](https://argo-cd.readthedocs.io/en/stable/) +Source code can be found here: -## Additional Information +* +* This is a **community maintained** chart. This chart installs [argo-cd](https://argo-cd.readthedocs.io/en/stable/), a declarative, GitOps continuous delivery tool for Kubernetes. diff --git a/charts/argo-cd/README.md.gotmpl b/charts/argo-cd/README.md.gotmpl index c14ca122..f7ed30d2 100644 --- a/charts/argo-cd/README.md.gotmpl +++ b/charts/argo-cd/README.md.gotmpl @@ -2,9 +2,9 @@ A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. -Source code can be found [here](https://argo-cd.readthedocs.io/en/stable/) +Source code can be found here: -## Additional Information +{{ template "chart.sourcesList" . }} This is a **community maintained** chart. This chart installs [argo-cd](https://argo-cd.readthedocs.io/en/stable/), a declarative, GitOps continuous delivery tool for Kubernetes.