2022-08-22 12:32:07 +00: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:
|
|
|
|
```shell
|
|
|
|
docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest
|
|
|
|
```
|
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
- Helm v3.0.0+
|
|
|
|
- CRDs (Application and AppProject)
|
|
|
|
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
|
|
|
|
2022-12-25 13:56:33 +00:00
|
|
|
## Changelog
|
|
|
|
|
|
|
|
For full list of changes, please check ArtifactHub [changelog].
|
|
|
|
|
2022-08-22 12:32:07 +00:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
```console
|
|
|
|
$ helm repo add argo https://argoproj.github.io/argo-helm
|
|
|
|
$ helm install my-release argo/argocd-apps
|
|
|
|
```
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2024-03-23 15:38:56 +00:00
|
|
|
| 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](https://github.com/argoproj-labs/argocd-extensions?tab=readme-ov-file#deprecation-notice) for more info. |
|
2023-05-19 09:35:00 +00:00
|
|
|
| itemTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications/ApplicationSets/Projects within this helm release |
|
2024-03-23 15:38:56 +00:00
|
|
|
| projects | object | `{}` (See [values.yaml]) | Deploy Argo CD Projects within this helm release |
|
2022-08-22 12:32:07 +00:00
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
2022-12-25 13:56:33 +00:00
|
|
|
|
|
|
|
[changelog]: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=changelog
|