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
Open
Conversation
…da ( 2.20.0 → 2.20.1 )
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
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.20.0→2.20.1Release Notes
kedacore/keda (ghcr.io/home-operations/charts-mirror/keda)
v2.20.1Compare Source
Fixes
updateStatusthat caused panics when multiple triggers were scaling simultaneously (#7838)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)
🚦 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.
This PR has been generated by Mend Renovate.