Helm charts for KEDA
Go to file
Nitin Verma 64bfebae54
feat(keda): Support for dnsConfig parameter (#772)
Signed-off-by: Nitin Verma <nitin.verma@cint.com>
2025-08-04 10:18:07 +02:00
.github chore(deps): bump the all-updates group with 3 updates (#738) 2025-02-22 09:47:33 +01:00
.vscode chore: Prepare for `master` to `main` migration (#217) 2021-12-20 08:56:35 +01:00
docs ship v2.17.2 KEDA chart (#765) 2025-06-18 17:54:12 +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 http-add-on: Add support for defining priorityClassName (#770) 2025-08-01 13:47:51 +02:00
keda feat(keda): Support for dnsConfig parameter (#772) 2025-08-04 10:18:07 +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 ship v2.17.2 KEDA chart (#765) 2025-06-18 17:54:12 +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.17.2          2.17.2          Event-based autoscaler for workloads on Kubernetes
kedacore/keda-add-ons-http                      0.10.0          0.10.0          Event-based autoscaler for HTTP workloads on Ku...

Releases

You can find the latest releases here.

Contributing

You can find contributing guide here.