From 16c1935d4ba735fa78de1ac5d32ad489eb08fc8c Mon Sep 17 00:00:00 2001 From: Adam Walford Date: Wed, 20 Dec 2023 09:31:42 +0000 Subject: [PATCH] update docs using helm-docs --- keda/Chart.yaml | 2 +- keda/README.md | 2 +- keda/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/keda/Chart.yaml b/keda/Chart.yaml index 04a08f97..00c4e2ed 100644 --- a/keda/Chart.yaml +++ b/keda/Chart.yaml @@ -8,7 +8,7 @@ kubeVersion: ">=v1.23.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.12.2 +version: 2.12.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/keda/README.md b/keda/README.md index ff057519..c0de0233 100644 --- a/keda/README.md +++ b/keda/README.md @@ -71,8 +71,8 @@ their default values. | `certificates.secretName` | string | `"kedaorg-certs"` | Secret name to be mounted with KEDA TLS certificates | | `clusterDomain` | string | `"cluster.local"` | Kubernetes cluster domain | | `clusterName` | string | `"kubernetes-default"` | Kubernetes cluster name. Used in features such as emitting CloudEvents | +| `crds.additionalAnnotations` | object | `{}` | Custom annotations specifically for CRDs | | `crds.install` | bool | `true` | Defines whether the KEDA CRDs have to be installed or not. | -| `crds.additionalAnnotations` | object | `{}` | Custom annotations to add specifically to CRD resources | | `env` | list | `[]` | Additional environment variables that will be passed onto all KEDA components | | `extraObjects` | list | `[]` | Array of extra K8s manifests to deploy | | `global.image.registry` | string | `nil` | Global image registry of KEDA components | diff --git a/keda/values.yaml b/keda/values.yaml index a8ba6199..f64216de 100644 --- a/keda/values.yaml +++ b/keda/values.yaml @@ -42,6 +42,7 @@ crds: # -- Defines whether the KEDA CRDs have to be installed or not. install: true + # -- Custom annotations specifically for CRDs additionalAnnotations: {} # foo: bar