argo-helm/charts/argocd-apps
irizzant 237493a4ab
feat(argocd-apps)!: use maps instead of lists (#2538)
* feat(argocd-apps)!: use maps instead of lists

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix(chart): add artifacthub annotations

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix: remove not needed lines

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix: use the right range function

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix(argocd-apps): fix issues

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix: fix newline issue in values.yaml

Signed-off-by: irizzant <i.rizzante@gmail.com>

* fix: Use range function properly (revert complex changes on item-templates)

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>

---------

Signed-off-by: irizzant <i.rizzante@gmail.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-03-23 15:38:56 +00:00
..
ci feat(argocd-apps)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00:00
templates feat(argocd-apps)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00:00
Chart.yaml feat(argocd-apps)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00:00
README.md feat(argocd-apps)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00: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)!: use maps instead of lists (#2538) 2024-03-23 15:38:56 +00:00

README.md

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 object {} (See [values.yaml]) Deploy Argo CD Applications within this helm release
applicationsets object {} (See [values.yaml]) Deploy Argo CD ApplicationSets within this helm release
extensions object {} (See [values.yaml]) DEPRECATED - Please refer Deprecation Notice for more info.
itemTemplates list [] (See [values.yaml]) Deploy Argo CD Applications/ApplicationSets/Projects within this helm release
projects object {} (See [values.yaml]) Deploy Argo CD Projects within this helm release

Autogenerated from chart metadata using helm-docs