Skip to content

Commit

Permalink
chore(argocd-apps): Add changelog link on README (argoproj#1731)
Browse files Browse the repository at this point in the history
Signed-off-by: yu-croco <[email protected]>
  • Loading branch information
yu-croco authored Dec 25, 2022
1 parent 3748460 commit c4d8b37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argocd-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.0.6
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
Expand All @@ -14,4 +14,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Added]: Support sourceNamespaces for AppProject"
- "[Added]: Changelog link on README"
6 changes: 6 additions & 0 deletions charts/argocd-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:late
- CRDs (Application and AppProject)
- 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

```console
Expand All @@ -31,3 +35,5 @@ $ helm install my-release argo/argocd-apps

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)

[changelog]: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=changelog
6 changes: 6 additions & 0 deletions charts/argocd-apps/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:late
- CRDs (Application and AppProject)
- 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

```console
Expand All @@ -24,3 +28,5 @@ $ helm install my-release argo/argocd-apps

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)

[changelog]: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=changelog

0 comments on commit c4d8b37

Please sign in to comment.