Skip to content

feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.4.1 ) - #793

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/prometheus-community/charts/kube-prometheus-stack (source) major 90.1.1 β†’ 91.4.1

Release Notes

prometheus-community/helm-charts (ghcr.io/prometheus-community/charts/kube-prometheus-stack)

v91.4.1

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

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-91.4.0...kube-prometheus-stack-91.4.1

v91.4.0

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-91.3.0...kube-prometheus-stack-91.4.0

v91.3.0

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@prometheus-29.30.0...kube-prometheus-stack-91.3.0

v91.2.3

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-91.2.2...kube-prometheus-stack-91.2.3

v91.2.2

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-91.2.1...kube-prometheus-stack-91.2.2

v91.2.1

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-91.2.0...kube-prometheus-stack-91.2.1

v91.2.0

v91.1.0

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-91.0.0...kube-prometheus-stack-91.1.0

v91.0.0

v90.2.0

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@prometheus-29.29.0...kube-prometheus-stack-90.2.0

v90.1.2

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-90.1.1...kube-prometheus-stack-90.1.2


Configuration

πŸ“… Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown
--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

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

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 90.1.1
+    tag: 91.4.1
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@github-actions

github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown
--- HelmRelease: observability/kube-prometheus-stack ClusterRole: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack ClusterRole: observability/kube-prometheus-stack-operator

@@ -15,48 +15,78 @@

 rules:
 - apiGroups:
   - monitoring.coreos.com
   resources:
   - alertmanagers
   - alertmanagers/finalizers
-  - alertmanagers/status
-  - alertmanagerconfigs
+  - prometheusagents
+  - prometheusagents/finalizers
   - prometheuses
   - prometheuses/finalizers
-  - prometheuses/status
-  - prometheusagents
-  - prometheusagents/finalizers
-  - prometheusagents/status
   - thanosrulers
   - thanosrulers/finalizers
+  verbs:
+  - patch
+- apiGroups:
+  - monitoring.coreos.com
+  resources:
+  - alertmanagers/status
+  - podmonitors/status
+  - probes/status
+  - prometheuses/status
+  - prometheusagents/status
+  - prometheusrules/status
+  - scrapeconfigs/status
+  - servicemonitors/status
   - thanosrulers/status
+  verbs:
+  - create
+  - update
+  - patch
+  - delete
+- apiGroups:
+  - monitoring.coreos.com
+  resources:
+  - alertmanagers
+  - alertmanagerconfigs
+  - podmonitors
+  - probes
+  - prometheusagents
+  - prometheuses
+  - prometheusrules
+  - servicemonitors
   - scrapeconfigs
-  - scrapeconfigs/status
-  - servicemonitors
-  - servicemonitors/status
-  - podmonitors
-  - podmonitors/status
-  - probes
-  - probes/status
-  - prometheusrules
-  - prometheusrules/status
+  - thanosrulers
   verbs:
-  - '*'
+  - get
+  - list
+  - watch
 - apiGroups:
   - apps
   resources:
   - statefulsets
   verbs:
-  - '*'
+  - get
+  - list
+  - watch
+  - create
+  - update
+  - patch
+  - delete
 - apiGroups:
   - ''
   resources:
   - configmaps
   - secrets
   verbs:
-  - '*'
+  - get
+  - list
+  - watch
+  - create
+  - update
+  - delete
 - apiGroups:
   - ''
   resources:
   - pods
   verbs:
   - list
--- HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

+++ HelmRelease: observability/kube-prometheus-stack DaemonSet: observability/node-exporter

@@ -23,17 +23,17 @@

     type: RollingUpdate
   template:
     metadata:
       annotations:
         cluster-autoscaler.kubernetes.io/safe-to-evict: 'true'
       labels:
+        app.kubernetes.io/component: metrics
+        app.kubernetes.io/instance: kube-prometheus-stack
         app.kubernetes.io/managed-by: Helm
-        app.kubernetes.io/component: metrics
+        app.kubernetes.io/name: prometheus-node-exporter
         app.kubernetes.io/part-of: prometheus-node-exporter
-        app.kubernetes.io/name: prometheus-node-exporter
-        app.kubernetes.io/instance: kube-prometheus-stack
         release: kube-prometheus-stack
         jobLabel: node-exporter
     spec:
       automountServiceAccountToken: false
       securityContext:
         fsGroup: 65534
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-state-metrics

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-state-metrics

@@ -20,17 +20,17 @@

   strategy:
     type: RollingUpdate
   revisionHistoryLimit: 10
   template:
     metadata:
       labels:
+        app.kubernetes.io/component: metrics
+        app.kubernetes.io/instance: kube-prometheus-stack
         app.kubernetes.io/managed-by: Helm
-        app.kubernetes.io/component: metrics
+        app.kubernetes.io/name: kube-state-metrics
         app.kubernetes.io/part-of: kube-state-metrics
-        app.kubernetes.io/name: kube-state-metrics
-        app.kubernetes.io/instance: kube-prometheus-stack
         release: kube-prometheus-stack
     spec:
       automountServiceAccountToken: true
       hostNetwork: false
       serviceAccountName: kube-state-metrics
       securityContext:
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

@@ -31,20 +31,20 @@

         app: kube-prometheus-stack-operator
         app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
         app.kubernetes.io/component: prometheus-operator
     spec:
       containers:
       - name: kube-prometheus-stack
-        image: quay.io/prometheus-operator/prometheus-operator:v0.93.1
+        image: quay.io/prometheus-operator/prometheus-operator:v0.94.0
         imagePullPolicy: IfNotPresent
         args:
         - --kubelet-service=kube-system/kube-prometheus-stack-kubelet
         - --kubelet-endpoints=true
         - --kubelet-endpointslice=false
         - --localhost=127.0.0.1
-        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.93.1
+        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.94.0
         - --config-reloader-cpu-request=0
         - --config-reloader-cpu-limit=0
         - --config-reloader-memory-request=0
         - --config-reloader-memory-limit=0
         - --thanos-default-base-image=quay.io/thanos/thanos:v0.42.4
         - --secret-field-selector=type!=kubernetes.io/dockercfg,type!=helm.sh/release.v1
--- HelmRelease: observability/kube-prometheus-stack ConfigMap: observability/kube-prometheus-stack-crds-upgrade

+++ HelmRelease: observability/kube-prometheus-stack ConfigMap: observability/kube-prometheus-stack-crds-upgrade

@@ -15,8 +15,8 @@

     release: kube-prometheus-stack
     heritage: Helm
     app: crds-operator
     app.kubernetes.io/name: crds-prometheus-operator
     app.kubernetes.io/component: crds-upgrade
 binaryData:
[Diff truncated by flux-local]

@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x branch from 69525bf to fa2adac Compare September 13, 2026 16:42
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.0.0 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.1.0 ) Sep 13, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x branch from fa2adac to 6ec9a5c Compare September 13, 2026 22:20
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.1.0 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.2.1 ) Sep 13, 2026
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.2.1 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.2.3 ) Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x branch 2 times, most recently from 637d66f to 2501f24 Compare September 14, 2026 15:25
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.2.3 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.3.0 ) Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x branch from 2501f24 to 55a9fd6 Compare September 14, 2026 20:08
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.3.0 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.4.0 ) Sep 14, 2026
…be-prometheus-stack ( 90.1.1 βž” 91.4.1 )
@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x branch from 55a9fd6 to e8e385c Compare September 16, 2026 00:55
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.4.0 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 90.1.1 βž” 91.4.1 ) Sep 16, 2026
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