From 67f4c84375503a8cf73e5807beb8dd996411ced5 Mon Sep 17 00:00:00 2001 From: Kedify Bot Date: Thu, 18 Jun 2026 16:41:10 +0000 Subject: [PATCH] keda: release v2.20.1-3 --- keda/Chart.yaml | 4 ++-- keda/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keda/Chart.yaml b/keda/Chart.yaml index 7f7edaf2d..bafca73bd 100644 --- a/keda/Chart.yaml +++ b/keda/Chart.yaml @@ -8,11 +8,11 @@ kubeVersion: ">=v1.23.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v2.20.1-2 +version: v2.20.1-3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v2.20.1-2 +appVersion: v2.20.1-3 home: https://github.com/kedacore/keda icon: https://raw.githubusercontent.com/kedacore/keda/main/images/keda-logo-500x500-white.png sources: diff --git a/keda/values.yaml b/keda/values.yaml index abfb29963..ddf1d4b16 100644 --- a/keda/values.yaml +++ b/keda/values.yaml @@ -26,21 +26,21 @@ image: # -- Image name of KEDA operator repository: kedify/keda-operator # -- Image tag of KEDA operator. Optional, given app version of Helm chart is used by default - tag: v2.20.1-2 + tag: v2.20.1-3 metricsApiServer: # -- Image registry of KEDA Metrics API Server registry: ghcr.io # -- Image name of KEDA Metrics API Server repository: kedify/keda-metrics-apiserver # -- Image tag of KEDA Metrics API Server. Optional, given app version of Helm chart is used by default - tag: v2.20.1-2 + tag: v2.20.1-3 webhooks: # -- Image registry of KEDA admission-webhooks registry: ghcr.io # -- Image name of KEDA admission-webhooks repository: kedify/keda-admission-webhooks # -- Image tag of KEDA admission-webhooks . Optional, given app version of Helm chart is used by default - tag: v2.20.1-2 + tag: v2.20.1-3 # -- Image pullPolicy for all KEDA components pullPolicy: Always