Chart: v2.14.2 | App: v2.14.0
TL;DR
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --version 2.14.2 -n keda --create-namespace
What is new?
Fixes
- ServiceAccount are correctly annotated
What's Changed
- fix: ServiceAccount are correctly annotated by @JorTurFer in #636
Full Changelog: v2.14.1...v2.14.2