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
Conversation
--- 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
|
--- 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
Bot
force-pushed
the
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
branch
from
September 13, 2026 16:42
69525bf to
fa2adac
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
branch
from
September 13, 2026 22:20
fa2adac to
6ec9a5c
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
branch
2 times, most recently
from
September 14, 2026 15:25
637d66f to
2501f24
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
branch
from
September 14, 2026 20:08
2501f24 to
55a9fd6
Compare
β¦be-prometheus-stack ( 90.1.1 β 91.4.1 )
renovate
Bot
force-pushed
the
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-91.x
branch
from
September 16, 2026 00:55
55a9fd6 to
e8e385c
Compare
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:
90.1.1β91.4.1Release Notes
prometheus-community/helm-charts (ghcr.io/prometheus-community/charts/kube-prometheus-stack)
v91.4.1Compare 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.0kube-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.0kube-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.3kube-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.2kube-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.1kube-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.0v91.1.0kube-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.0v90.2.0kube-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.2kube-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)
π¦ 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 was generated by Mend Renovate. View the repository job log.