Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release KEDA Chart v2.12.0 #537

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
```

Expand Down
23 changes: 23 additions & 0 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
name: Ahmed ElSayed
- email: [email protected]
name: Jorge Turrado
- email: [email protected]
name: Tom Kerkhove
- email: [email protected]
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"
Expand Down
Binary file added docs/keda-2.12.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions keda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions keda/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading