chore(deps): update container image kube-prometheus-stack to v82.13.5#3292
Merged
renovate[bot] merged 1 commit intomainfrom Mar 23, 2026
Merged
chore(deps): update container image kube-prometheus-stack to v82.13.5#3292renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
|
Helm Diff
@@ -69,4 +69,4 @@
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
-version: 82.13.2
+version: 82.13.5
@@ -1150,6 +1150,10 @@
seccompProfile:
type: RuntimeDefault
+ ## Use the host's user namespace for Alertmanager pods.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
+ hostUsers: ~
+
## DNS configuration for Alertmanager.
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#monitoring.coreos.com/v1.PodDNSConfig
dnsConfig: {}
@@ -1246,6 +1250,10 @@
# rollingUpdate:
# maxUnavailable: 1
+ ## Duration in seconds the pod needs to terminate gracefully.
+ ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination
+ terminationGracePeriodSeconds: ~
+
## Additional configuration which is not covered by the properties above. (passed through tpl)
additionalConfig: {}
@@ -4756,12 +4764,20 @@
## be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
minReadySeconds: 0
+ ## Duration in seconds the pod needs to terminate gracefully.
+ ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination
+ terminationGracePeriodSeconds: ~
+
# Required for use in managed kubernetes clusters (such as AWS EKS) with custom CNI (such as calico),
# because control-plane managed by AWS cannot communicate with pods' IP CIDR and admission webhooks are not working
# Use the host's network namespace if true. Make sure to understand the security implications if you want to enable it.
# When hostNetwork is enabled, this will set dnsPolicy to ClusterFirstWithHostNet automatically.
hostNetwork: false
+ ## Use the host's user namespace for Prometheus pods.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
+ hostUsers: ~
+
# HostAlias holds the mapping between IP and hostnames that will be injected
# as an entry in the pod's hosts file.
hostAliases: []
@@ -5484,6 +5500,10 @@
seccompProfile:
type: RuntimeDefault
+ ## Use the host's user namespace for ThanosRuler pods.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
+ hostUsers: ~
+
## ListenLocal makes the ThanosRuler server listen on loopback, so that it does not bind against the Pod IP.
## Note this is only for the ThanosRuler UI, not the gossip communication.
##
@@ -5511,6 +5531,10 @@
##
portName: "web"
+ ## Duration in seconds the pod needs to terminate gracefully.
+ ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination
+ terminationGracePeriodSeconds: ~
+
## WebTLSConfig defines the TLS parameters for HTTPS
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#thanosrulerwebspec
web: {} |
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:
82.13.2→82.13.5Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v82.13.5Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.13.4...kube-prometheus-stack-82.13.5
v82.13.4Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.13.3...kube-prometheus-stack-82.13.4
v82.13.3Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.13.2...kube-prometheus-stack-82.13.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.