chore(argocd-apps): Add changelog link on README (#1731)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
37484603eb
commit
c4d8b37fe4
3 changed files with 14 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argocd-apps
|
name: argocd-apps
|
||||||
description: A Helm chart for managing additional Argo CD Applications and Projects
|
description: A Helm chart for managing additional Argo CD Applications and Projects
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -14,4 +14,4 @@ maintainers:
|
||||||
url: https://argoproj.github.io/
|
url: https://argoproj.github.io/
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Support sourceNamespaces for AppProject"
|
- "[Added]: Changelog link on README"
|
||||||
|
|
|
@ -13,6 +13,10 @@ docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:late
|
||||||
- CRDs (Application and AppProject)
|
- CRDs (Application and AppProject)
|
||||||
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
For full list of changes, please check ArtifactHub [changelog].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
@ -31,3 +35,5 @@ $ helm install my-release argo/argocd-apps
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||||
|
|
||||||
|
[changelog]: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=changelog
|
||||||
|
|
|
@ -13,6 +13,10 @@ docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:late
|
||||||
- CRDs (Application and AppProject)
|
- CRDs (Application and AppProject)
|
||||||
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
For full list of changes, please check ArtifactHub [changelog].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
@ -24,3 +28,5 @@ $ helm install my-release argo/argocd-apps
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||||
|
|
||||||
|
[changelog]: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=changelog
|
||||||
|
|
Loading…
Reference in a new issue