Skip to content

chore(deps): update container image kube-prometheus-stack to v82.13.5#3292

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/kube-prometheus-stack-82.13.x
Mar 23, 2026
Merged

chore(deps): update container image kube-prometheus-stack to v82.13.5#3292
renovate[bot] merged 1 commit intomainfrom
renovate/kube-prometheus-stack-82.13.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) patch 82.13.282.13.5

Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v82.13.5

Compare 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

  • [kube-prometheus-stack] Add hostUsers support for Prometheus, Alertmanager and ThanosRuler by @​DrFaust92 in #​6734

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.13.4...kube-prometheus-stack-82.13.5

v82.13.4

Compare 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

  • [kube-prometheus-stack] Add terminationGracePeriodSeconds for Prometheus, Alertmanager and ThanosRuler by @​DrFaust92 in #​6735

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.13.3...kube-prometheus-stack-82.13.4

v82.13.3

Compare 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

Helm Diff

Chart.yaml:

@@ -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

Values.yaml:

@@ -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: {}

@renovate renovate bot merged commit eeeeb62 into main Mar 23, 2026
5 checks passed
@renovate renovate bot deleted the renovate/kube-prometheus-stack-82.13.x branch March 23, 2026 18:14
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