Skip to content

KEDA Chart v2.10.2

Compare
Choose a tag to compare
@JorTurFer JorTurFer released this 13 Apr 12:09
· 142 commits to main since this release
58bfc12

Chart: v2.10.2 | App: v2.10.1

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.10.2 -n keda --create-namespace

What is new?

  • Support for KEDA v2.10.1 (release notes)
  • Handle custom cluster-domain values (#399- Contributed by @lucchmielowski 🎉)
  • Allow setting Certificate secretTemplate (#426- Contributed by @pharaujo 🎉)
  • Enable readOnlyRootFilesystem: true for metrics server (#402- Contributed by @JorTurFer 🎉)

Fixes / Changes

  • Fix extraVolumes and extraVolumeMounts indentation (#411 - Contributed by @joebowbeer 🎉)

Breaking Changes

None.

What's Changed

  • feat: Handle custom cluster-domain values by @lucchmielowski in #399
  • Fix extraVolumes and extraVolumeMounts indentation by @joebowbeer in #411
  • chore: enable readOnlyRootFilesystem: true for metrics server by @JorTurFer in #412
  • chore(keda): test KEDA chart in other namespaces with/without cert-manager by @JorTurFer in #414
  • fix: Use proper stage names by @tomkerkhove in #416
  • fix: Use proper stage names by @tomkerkhove in #417
  • fix: adj indent of extraVolumes & VolumeMounts in 14-keda-deployment by @iggyshu in #419
  • ci: http add on workflow now installs appropriate kedacore/keda chart for 1.23 clusters by @chrisjohnson00 in #423
  • Add resource limits and requests for the interceptor pod component by @chrisjohnson00 in #421
  • Allow setting Certificate secretTemplate by @pharaujo in #426
  • chore: Release KEDA Chart v2.10.2 (KEDA v2.10.1) by @JorTurFer in #428

New Contributors

Full Changelog: v2.10.1...v2.10.2