KEDA Chart v2.0.0-RC3
Pre-release
Pre-release
Chart: v2.0.0-rc3 | App: v2.0.0-rc2
We're happy to release our third KEDA 2.0.0 release candidate (RC) Helm chart which mitigates current issues with v2.0.0-rc2 by re-adding support for Helm 2.
Our goal is to release KEDA 2.0.0 stable in mid-November.
TL;DR
helm repo add keda https://kedacore.github.io/charts
helm repo update
helm install keda/keda
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>
- You can specify a different image tag through
Breaking Changes
- This is done to align with the official deprecation of Helm 2.x (more info)
- Update CRDs
Removal
None