github kedacore/charts v2.0.0
KEDA Chart v2.0.0

latest releases: v2.15.1, v2.14.3, v2.14.2...
3 years ago

Chart: v2.0.0 | App: v2.0.0

Today, we are happy to announce another milestone - KEDA 2.0 is now generally available and ready to scale all your workloads! 🎊

Learn more about this release in our blog post and easily get started.

TL;DR

helm repo add keda https://kedacore.github.io/charts
helm repo update

kubectl create namespace keda
helm install keda kedacore/keda --namespace keda

💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
Learn more about it on #139.

What is new?

Features

  • Provide capability to opt-in for Prometheus monitoring
  • Provide liveness & readiness probes

Fixes / Changes

  • Fixed name for PodMonitor resource
  • Use Helm charts's app version as default image tag
    • You can specify a different image tag through --set image.keda.tag=<tag> or --set image.metricsApiServer.tag=<tag>

Breaking Changes

  • Removed support for Helm 2.x
    • This is done to align with the official deprecation of Helm 2.x (more info)
  • Use apiregistration.k8s.io/v1 instead of apiregistration.k8s.io/v1beta1
  • Update CRDs

Removal

None

Don't miss a new charts release

NewReleases is sending notifications on new releases.