From 4c319c77308888e4fad26f2d3d9de96c53c70ce3 Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Mon, 8 May 2023 11:23:23 +0800 Subject: [PATCH] update version Signed-off-by: Joe Lee --- charts/argocd-apps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argocd-apps/README.md b/charts/argocd-apps/README.md index 0e5bbbe2..1813033d 100644 --- a/charts/argocd-apps/README.md +++ b/charts/argocd-apps/README.md @@ -29,6 +29,7 @@ $ helm install my-release argo/argocd-apps | Key | Type | Default | Description | |-----|------|---------|-------------| | applications | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications within this helm release | +| applicationTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications within this helm release base on template | | 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 | | itemTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications/ApplicationSets/Projects within this helm release |