argocd-helm/charts/argocd-apps
toyamagu 31768175b9
feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831)
* feat(argocd-apps): multiple sources for application and applicationset

Signed-off-by: toyamagu <toyamagu2021@gmail.com>

* fix typo

Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>

---------

Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-02-09 23:43:38 +01:00
..
ci feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831) 2023-02-09 23:43:38 +01:00
templates feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831) 2023-02-09 23:43:38 +01:00
Chart.yaml feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831) 2023-02-09 23:43:38 +01:00
README.md chore(argocd-apps): Add changelog link on README (#1731) 2022-12-25 14:56:33 +01:00
README.md.gotmpl chore(argocd-apps): Add changelog link on README (#1731) 2022-12-25 14:56:33 +01:00
values.yaml feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831) 2023-02-09 23:43:38 +01:00

argocd-apps

A Helm chart for managing additional Argo CD Applications and Projects

To regenerate this document, from the root of this chart directory run:

docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest

Prerequisites

  • Helm v3.0.0+
  • CRDs (Application and AppProject)

Changelog

For full list of changes, please check ArtifactHub changelog.

Installation

$ helm repo add argo https://argoproj.github.io/argo-helm
$ helm install my-release argo/argocd-apps

Values

Key Type Default Description
applications list [] (See [values.yaml]) Deploy Argo CD Applications within this helm release
applicationsets list [] (See [values.yaml]) Deploy Argo CD ApplicationSets within this helm release
extensions list [] (See [values.yaml]) Deploy Argo UI Extensions within this helm release
projects list [] (See [values.yaml]) Deploy Argo CD Projects within this helm release

Autogenerated from chart metadata using helm-docs