Skip to content

KEDA Chart v2.13.2

Compare
Choose a tag to compare
@JorTurFer JorTurFer released this 29 Feb 16:52
· 33 commits to main since this release
c77f8af

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

Full Changelog: v2.13.1...v2.13.2