Skip to content

Releases: kedacore/charts

KEDA Chart: v2.15.2

17 Oct 07:29
4d8dff3
Compare
Choose a tag to compare

Chart: v2.15.2 | App: v2.15.1

TL;DR

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

What is new?

Fixes/Changes

v2.15.1...v2.15.2

KEDA Chart: v2.15.1

12 Aug 10:49
1373262
Compare
Choose a tag to compare

Chart: v2.15.1 | App: v2.15.1

TL;DR

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

What is new?

Fixes/Changes

  • Support to KEDA v2.15.1

KEDA Chart: v2.14.3

31 Jul 18:18
beac651
Compare
Choose a tag to compare

Chart: v2.14.3 | App: v2.14.1

TL;DR

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

What is new?

Fixes/Changes

  • Support to KEDA v2.14.1
  • Labels on cloudeventsources CRD should be the same as other CRDs
  • Broken "| default" logic for automountServiceAccountToken

KEDA Chart: v2.14.2

03 May 14:06
407afac
Compare
Choose a tag to compare

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

Full Changelog: v2.14.1...v2.14.2

KEDA HTTP Add-On Chart v0.8.0

02 May 06:29
f9f23e9
Compare
Choose a tag to compare

Chart: v0.8.0 | App: 0.8.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http --version 0.8.0 -n keda --create-namespace

What is new?

Features

Added support for HTTP Add-on v0.8.0

Full Changelog: keda-add-ons-http-v0.7.0...keda-add-ons-http-v0.8.0

KEDA Chart: v2.14.1

29 Apr 18:36
9ab7049
Compare
Choose a tag to compare

Chart: v2.14.1 | 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.1 -n keda --create-namespace

What is new?

Fixes

  • ScaledJob CRD is working as expected and respects x-kubernetes-preserve-unknown-fields: true
  • RBAC allows GET * if there isn't any other more restrictive rule

KEDA Chart v2.14.0

25 Apr 13:42
b14ace6
Compare
Choose a tag to compare

Chart: v2.14.0 | 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.0 -n keda --create-namespace

What is new?

Features

New Contributors

Full Changelog: v2.13.2...v2.14.0

KEDA Chart v2.13.2

29 Feb 16:52
c77f8af
Compare
Choose a tag to compare

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

KEDA HTTP Add-On Chart v0.7.0

22 Jan 11:16
783cf36
Compare
Choose a tag to compare

Chart: v0.7.0 | App: 0.7.0

Add-on for KEDA to scale HTTP workloads.

TL;DR

helm repo add kedacore https://kedacore.github.io/charts
helm install keda kedacore/keda
helm install keda-add-ons-http kedacore/keda-add-ons-http --version 0.7.0 -n keda --create-namespace

What is new?

Features

Added support for HTTP Add-on v0.7.0

Full Changelog: keda-add-ons-http-v0.6.0...keda-add-ons-http-v0.7.0

KEDA Chart v2.13.1

19 Jan 12:57
f561a3b
Compare
Choose a tag to compare

Chart: v2.13.1 | App: v2.13.0

TL;DR

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

What is new?

Fixes / Changes

  • Added missing RoleBinding (#595)

Full Changelog: v2.13.0...v2.13.1