From d9ee25b424699f4c9e086b7831535012628e4eb3 Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Thu, 15 Feb 2024 16:33:36 +0200 Subject: [PATCH] update docs --- charts/argo-cd/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index e7ed08f9..9c912f1e 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -400,6 +400,8 @@ NAME: my-release | Key | Type | Default | Description | |-----|------|---------|-------------| | apiVersionOverrides.cloudgoogle | string | `""` | String to override apiVersion of GKE resources rendered by this helm chart | +| applicationVersioning.enabled | bool | `true` | enables the Codefresh application versioning feature | +| applicationVersioning.useApplicationConfiguration | bool | `true` | use ApplicationConfiguration CRD to manage application versioning | | crds.additionalLabels | object | `{}` | Addtional labels to be added to all CRDs | | crds.annotations | object | `{}` | Annotations to be added to all CRDs | | crds.install | bool | `true` | Install and upgrade CRDs |