docs(argo-cd): Fix link to chart source (#1434)
Signed-off-by: Jason Murray <15822260+chaosaffe@users.noreply.github.com> Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>pull/1495/head^2 argo-cd-5.5.6
parent
57d64df546
commit
bece474c27
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
* <https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd>
|
||||
* <https://github.com/argoproj/argo-cd>
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue