Skip to content

Conversation

@yo-renovate
Copy link
Contributor

@yo-renovate yo-renovate bot commented Oct 29, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts-mirror/keda patch 2.18.0 -> 2.18.1

Release Notes

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

v2.18.1

Compare Source

Fixes
  • General: Add feature flag KEDA_CHECK_UNEXPECTED_SCALERS_PARAMS for checking unexpected scaler parameters (#​6721)
  • General: Fix incorrect 'unmatched input property' notification (#​7174)
  • Kafka Scaler: Fix missing error returns in error handling (#​7182)
Other
  • General: Raw metrics stream - send also metrics during ScaledObject's interval (#​7197)

Configuration

📅 Schedule: 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 Renovate Bot.

…da (2.18.0 → 2.18.1)

Signed-off-by: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
@yo-renovate yo-renovate bot requested a review from dotcomscripts as a code owner October 29, 2025 23:23
@yo-renovate yo-renovate bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 29, 2025
@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Oct 29, 2025

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

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

@@ -11,9 +11,9 @@

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

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Oct 29, 2025

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

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

@@ -27,12 +27,20 @@

   - ''
   resources:
   - events
   verbs:
   - create
   - patch
+- apiGroups:
+  - discovery.k8s.io
+  resources:
+  - endpointslices
+  verbs:
+  - get
+  - list
+  - watch
 - apiGroups:
   - ''
   resources:
   - secrets
   verbs:
   - list
--- 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.18.0
+        image: ghcr.io/kedacore/keda:2.18.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.18.0
+        image: ghcr.io/kedacore/keda-metrics-apiserver:2.18.1
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
             path: /healthz
             port: 6443
             scheme: HTTPS
@@ -86,12 +86,15 @@

         - --metrics-service-address=keda-operator.observability.svc.cluster.local:9666
         - --client-ca-file=/certs/ca.crt
         - --tls-cert-file=/certs/tls.crt
         - --tls-private-key-file=/certs/tls.key
         - --cert-dir=/certs
         - --v=0
+        - --zap-log-level=info
+        - --zap-encoder=console
+        - --zap-time-encoding=rfc3339
         ports:
         - containerPort: 6443
           name: https
           protocol: TCP
         - containerPort: 8080
           name: metrics
--- 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.18.0
+        image: ghcr.io/kedacore/keda-admission-webhooks:2.18.1
         command:
         - /keda-admission-webhooks
         args:
         - --zap-log-level=info
         - --zap-encoder=console
         - --zap-time-encoding=rfc3339
--- HelmRelease: observability/keda ValidatingWebhookConfiguration: observability/keda-admission

+++ HelmRelease: observability/keda ValidatingWebhookConfiguration: observability/keda-admission

@@ -29,12 +29,36 @@

     - v1alpha1
     operations:
     - CREATE
     - UPDATE
     resources:
     - scaledobjects
+  sideEffects: None
+  timeoutSeconds: 10
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: keda-admission-webhooks
+      namespace: observability
+      path: /validate-keda-sh-v1alpha1-scaledjob
+  failurePolicy: Ignore
+  matchPolicy: Equivalent
+  name: vscaledjob.kb.io
+  namespaceSelector: {}
+  objectSelector: {}
+  rules:
+  - apiGroups:
+    - keda.sh
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - scaledjobs
   sideEffects: None
   timeoutSeconds: 10
 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
@@ -79,7 +103,55 @@

     - CREATE
     - UPDATE
     resources:
     - clustertriggerauthentications
   sideEffects: None
   timeoutSeconds: 10
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: keda-admission-webhooks
+      namespace: observability
+      path: /validate-eventing-keda-sh-v1alpha1-cloudeventsource
+  failurePolicy: Ignore
+  matchPolicy: Equivalent
+  name: vcloudeventsource.kb.io
+  namespaceSelector: {}
+  objectSelector: {}
+  rules:
+  - apiGroups:
+    - eventing.keda.sh
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - cloudeventsources
+  sideEffects: None
+  timeoutSeconds: 10
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: keda-admission-webhooks
+      namespace: observability
+      path: /validate-eventing-keda-sh-v1alpha1-clustercloudeventsource
+  failurePolicy: Ignore
+  matchPolicy: Equivalent
+  name: vclustercloudeventsource.kb.io
+  namespaceSelector: {}
+  objectSelector: {}
+  rules:
+  - apiGroups:
+    - eventing.keda.sh
+    apiVersions:
+    - v1alpha1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - clustercloudeventsources
+  sideEffects: None
+  timeoutSeconds: 10
 

@buroa buroa closed this Oct 30, 2025
@yo-renovate yo-renovate bot deleted the renovate/ghcr.io-home-operations-charts-mirror-keda-2.x branch October 30, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants