diff --git a/README.md b/README.md index c54574e4..6cdb903c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ helm repo add kedacore https://kedacore.github.io/charts $ helm search repo kedacore NAME CHART VERSION APP VERSION DESCRIPTION kedacore/external-scaler-azure-cosmos-db 0.1.0 0.1.0 Event-based autoscaler for Azure Cosmos DB chan... -kedacore/keda 2.11.2 2.11.2 Event-based autoscaler for workloads on Kubernetes +kedacore/keda 2.12.0 2.12.0 Event-based autoscaler for workloads on Kubernetes kedacore/keda-add-ons-http 0.5.3 0.5.0 Event-based autoscaler for HTTP workloads on Ku... ``` diff --git a/docs/index.yaml b/docs/index.yaml index 45b0ff72..3ea81076 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -22,6 +22,29 @@ entries: - https://kedacore.github.io/charts/external-scaler-azure-cosmos-db-0.1.0.tgz version: 0.1.0 keda: + - apiVersion: v2 + appVersion: 2.12.0 + created: "2023-09-28T16:03:43.303294321-04:00" + description: Event-based autoscaler for workloads on Kubernetes + digest: 0e24e6a216014b8c50d83e4cbaadcba8446a6cd8ddcf9323b920a188216a17eb + home: https://github.com/kedacore/keda + icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png + kubeVersion: '>=v1.23.0-0' + maintainers: + - email: ahmels@microsoft.com + name: Ahmed ElSayed + - email: jorge_turrado@hotmail.es + name: Jorge Turrado + - email: kerkhove.tom@gmail.com + name: Tom Kerkhove + - email: zroubali@redhat.com + name: Zbynek Roubalik + name: keda + sources: + - https://github.com/kedacore/keda + urls: + - https://kedacore.github.io/charts/keda-2.12.0.tgz + version: 2.12.0 - apiVersion: v2 appVersion: 2.11.2 created: "2023-08-25T11:54:13.602723+02:00" diff --git a/docs/keda-2.12.0.tgz b/docs/keda-2.12.0.tgz new file mode 100644 index 00000000..2424f5bd Binary files /dev/null and b/docs/keda-2.12.0.tgz differ diff --git a/keda/Chart.yaml b/keda/Chart.yaml index 316dee14..abef7fd3 100644 --- a/keda/Chart.yaml +++ b/keda/Chart.yaml @@ -8,11 +8,11 @@ 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.11.2 +version: 2.12.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.11.2 +appVersion: 2.12.0 home: https://github.com/kedacore/keda icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png diff --git a/keda/README.md b/keda/README.md index 3114f2d9..7f08880c 100644 --- a/keda/README.md +++ b/keda/README.md @@ -21,7 +21,7 @@ helm repo add kedacore https://kedacore.github.io/charts helm repo update kubectl create namespace keda -helm install keda kedacore/keda --namespace keda --version 2.11.2 +helm install keda kedacore/keda --namespace keda --version 2.12.0 ``` ## Introduction @@ -36,7 +36,7 @@ To install the chart with the release name `keda`: ```console $ kubectl create namespace keda -$ helm install keda kedacore/keda --namespace keda --version 2.11.2 +$ helm install keda kedacore/keda --namespace keda --version 2.12.0 ``` ## Uninstalling the Chart diff --git a/keda/README.md.gotmpl b/keda/README.md.gotmpl index 41ae76fc..f891787c 100644 --- a/keda/README.md.gotmpl +++ b/keda/README.md.gotmpl @@ -21,7 +21,7 @@ helm repo add kedacore https://kedacore.github.io/charts helm repo update kubectl create namespace keda -helm install keda kedacore/keda --namespace keda --version 2.11.2 +helm install keda kedacore/keda --namespace keda --version 2.12.0 ``` ## Introduction @@ -36,7 +36,7 @@ To install the chart with the release name `keda`: ```console $ kubectl create namespace keda -$ helm install keda kedacore/keda --namespace keda --version 2.11.2 +$ helm install keda kedacore/keda --namespace keda --version 2.12.0 ``` ## Uninstalling the Chart