Skip to content

fix(container): update image ghcr.io/home-operations/charts-mirror/keda ( 2.20.0 → 2.20.1 )#5726

Open
naoki-bot[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-mirror-keda-2.x
Open

fix(container): update image ghcr.io/home-operations/charts-mirror/keda ( 2.20.0 → 2.20.1 )#5726
naoki-bot[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-mirror-keda-2.x

Conversation

@naoki-bot

@naoki-bot naoki-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts-mirror/keda patch 2.20.02.20.1

Release Notes

kedacore/keda (ghcr.io/home-operations/charts-mirror/keda)

v2.20.1

Compare Source

Fixes
  • General: Fix concurrent map read/write data race in fallback updateStatus that caused panics when multiple triggers were scaling simultaneously (#​7838)
  • General: Fix KEDAScalersStarted "Started scalers watch" event not being emitted for ScaledJobs because it shared an events.k8s.io aggregation key with the per-scaler "scaler is built" event (#​7820)

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@naoki-bot

naoki-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/observability/keda/app Kustomization: observability/keda OCIRepository: observability/keda

+++ kubernetes/apps/observability/keda/app Kustomization: observability/keda OCIRepository: observability/keda

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 2.20.0
+    tag: 2.20.1
   url: oci://ghcr.io/home-operations/charts-mirror/keda
 

@naoki-bot

naoki-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: observability/keda ClusterRole: observability/keda-operator-webhook

+++ HelmRelease: observability/keda ClusterRole: observability/keda-operator-webhook

@@ -36,7 +36,14 @@

 - apiGroups:
   - ''
   resources:
   - limitranges
   verbs:
   - list
+- apiGroups:
+  - events.k8s.io
+  resources:
+  - events
+  verbs:
+  - create
+  - patch
 
--- HelmRelease: observability/keda Deployment: observability/keda-operator

+++ HelmRelease: observability/keda Deployment: observability/keda-operator

@@ -41,13 +41,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/kedacore/keda:2.20.0
+        image: ghcr.io/kedacore/keda:2.20.1
         command:
         - /keda
         args:
         - --leader-elect
         - --disable-compression=true
         - --zap-log-level=info
--- HelmRelease: observability/keda Deployment: observability/keda-operator-metrics-apiserver

+++ HelmRelease: observability/keda Deployment: observability/keda-operator-metrics-apiserver

@@ -39,13 +39,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/kedacore/keda-metrics-apiserver:2.20.0
+        image: ghcr.io/kedacore/keda-metrics-apiserver:2.20.1
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
             path: /healthz
             port: 6443
             scheme: HTTPS
--- HelmRelease: observability/keda Deployment: observability/keda-admission-webhooks

+++ HelmRelease: observability/keda Deployment: observability/keda-admission-webhooks

@@ -41,13 +41,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/kedacore/keda-admission-webhooks:2.20.0
+        image: ghcr.io/kedacore/keda-admission-webhooks:2.20.1
         command:
         - /keda-admission-webhooks
         args:
         - --zap-log-level=info
         - --zap-encoder=console
         - --zap-time-encoding=rfc3339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants