-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container): update image ghcr.io/home-operations/charts-mirror/keda ( 2.17.2 ➔ 2.18.1 ) #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ghost
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-home-operations-charts-mirror-keda-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(container): update image ghcr.io/home-operations/charts-mirror/keda ( 2.17.2 ➔ 2.18.1 ) #94
ghost
wants to merge
1
commit into
main
from
renovate/ghcr.io-home-operations-charts-mirror-keda-2.x
Conversation
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
Author
--- 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.17.2
+ 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.17.2
+ 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.17.2
+ 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
|
Author
--- k8s/apps/observability/keda/app Kustomization: observability/keda OCIRepository: observability/keda
+++ k8s/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.17.2
+ tag: 2.18.1
url: oci://ghcr.io/home-operations/charts-mirror/keda
|
…eda ( 2.17.2 ➔ 2.18.1 )
0af2d2b to
49a2979
Compare
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.17.2->2.18.1Release Notes
kedacore/keda (ghcr.io/home-operations/charts-mirror/keda)
v2.18.1Compare Source
Fixes
KEDA_CHECK_UNEXPECTED_SCALERS_PARAMSfor checking unexpected scaler parameters (#6721)Other
v2.18.0Compare Source
New
Valuemetric type (#6655)Improvements
aggregateFromKubeServiceEndpointsandaggregationTypemetadata fields tometrics-apiso it is able to fetch metrics from all endpoints behind a kubernetes service and aggregate them (#6565)DeliverGetRate,PublishedToDeliveredRatioandExpectedQueueConsumptionTimetrigger modes to RabbitMQ scaler (#7071)temporal-namespaceheader on requests(#7079)tlsServerName(#6820)Fixes
omitemptyjson tags in the AuthPodIdentity struct (#6779)klogrdependency and replace withzap(#5732)datadogNamespaceconfig (#6828)sasl=none(#7061)%2f(#6963)targetQueueSize(#7113)Deprecations
You can find all deprecations in this overview and join the discussion here.
New deprecation(s):
subscriptionSizesetting is DEPRECATED and will be removed in v2.20 - Usemodeandvalueinstead (#6866)minMetricValuesetting is DEPRECATED and will be removed in v2.20 - UseactivationTargetMetricValueinstead (#6978)Breaking Changes
typesetting is deprecated and removed, usemetricTypeinstead (#6698)tlssetting is deprecated and removed, useunsafeSslinstead (#6698)Other
webhook.Validatorwithwebhook.CustomValidator(#6660)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.
This PR has been generated by Renovate Bot.