Helm charts for KEDA
Go to file
Jorge Turrado Ferrero 407afacc1b
fix: ServiceAccount are correctly annotated (#636)
* fix: ServiceAccount are correctly annotated

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>

* Rebase main changes

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>

* update missing add-on version

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* revert some changes

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* revert some changes

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* revert some changes

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* repack the helm chart

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

---------

Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
2024-05-03 16:04:53 +02:00
.github Add extra sidecar containers config for Keda operator (#608) 2024-03-10 12:31:07 +01:00
.vscode chore: Prepare for `master` to `main` migration (#217) 2021-12-20 08:56:35 +01:00
docs fix: ServiceAccount are correctly annotated (#636) 2024-05-03 16:04:53 +02:00
external-scaler-azure-cosmos-db docs(cosmos-db scaler): Introduce helm-docs for documentation (#448) 2023-06-08 14:02:23 +02:00
http-add-on Ship HTTP add-on v0.8.0 (#637) 2024-05-02 08:27:44 +02:00
keda fix: ServiceAccount are correctly annotated (#636) 2024-05-03 16:04:53 +02:00
samples chore(keda): test KEDA chart in other namespaces with/without cert-manager (#414) 2023-03-20 16:34:10 +01:00
.gitignore More secure rbac (#625) 2024-04-15 17:16:33 +02:00
.whitesource Configure WhiteSource Bolt for GitHub (#234) 2022-01-25 08:57:37 +01:00
CONTRIBUTING.md docs: Clarify that contributors do not have to ship Helm chart (#573) 2023-11-23 10:05:01 +01:00
LICENSE Provide license 2020-03-14 16:52:30 +01:00
MAINTAINERS.md docs: Centralize maintainer overview (#199) 2021-11-19 08:04:49 +01:00
README.md fix: ServiceAccount are correctly annotated (#636) 2024-05-03 16:04:53 +02:00

README.md

KEDA allows for fine grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves as a Kubernetes Metrics Server and allows users to define autoscaling rules using a dedicated Kubernetes custom resource definition.

KEDA can run on both the cloud and the edge, integrates natively with Kubernetes components such as the Horizontal Pod Autoscaler, and has no external dependencies.

We are a Cloud Native Computing Foundation (CNCF) graduated project. CNCF Logo

Getting Started

Adding our Helm chart repo

$ helm repo add kedacore https://kedacore.github.io/charts
"kedacore" has been added to your repositories

Browse all our Helm 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.14.2          2.14.0          Event-based autoscaler for workloads on Kubernetes
kedacore/keda-add-ons-http                      0.8.0           0.8.0           Event-based autoscaler for HTTP workloads on Ku...

Releases

You can find the latest releases here.

Contributing

You can find contributing guide here.