github kedacore/charts keda-add-ons-http-v0.12.0
HTTP Add-On Chart: v0.12.0

6 hours ago

Chart: v0.12.0 | App: 0.12.0

Add-on for KEDA to scale HTTP workloads.

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.12.0 -n keda --create-namespace

⚠️ ⚠️ ⚠️ Important ⚠️ ⚠️ ⚠️

HTTPScaledObject CRD must be updated (#1419)

You must update the HTTPScaledObject CRD before upgrading the operator. The .status.conditions field now uses the standard Kubernetes metav1.Condition format. If you have tooling that parses HTTPScaledObject conditions, update it to expect standard fields (lastTransitionTime, observedGeneration).

This fixes duplicate Ready conditions that caused issues with GitOps tools like ArgoCD and Flux.

Highlights

  • Wildcard host matching
  • HTTP header-based routing
  • Full-duplex HTTP/1.1 support
  • Performance improvements
  • HTTPScaledObject status refinement
  • Deprecation of kube-rbac-proxy

Full Chart Changelog: keda-add-ons-http-v0.11.0...keda-add-ons-http-v0.12.0
Full App Changelog: kedacore/http-add-on@v0.11.1...v0.12.0

Don't miss a new charts release

NewReleases is sending notifications on new releases.