KEDA Chart v2.13.2
Chart: v2.13.2 | App: v2.13.1
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.13.2 -n keda --create-namespace
What is new?
Fixes / Changes
- Support to KEDA v2.13.1
- Several fixes related with prometheus integrations
What's Changed
- fix: pod monitor port name does not match deployment spec by @pragmaticivan in #602
- feat: Add support for metricRelabelings to Pod and Service monitors by @pragmaticivan in #603
- feat(keda): Allow using own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates by @zerodayyy in #530
- Allow extra egress rules for the keda operator ciliumnetworkpolicy by @QuentinBisson in #610
- chore: Add missing comment to values.yaml by @JorTurFer in #611
New Contributors
- @pragmaticivan made their first contribution in #602
Full Changelog: v2.13.1...v2.13.2