Skip to content

Commit b692b18

Browse files
[prometheus] Update prometheus dependency non-major updates (#6471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d447de2 commit b692b18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/prometheus/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: alertmanager
33
repository: https://prometheus-community.github.io/helm-charts
4-
version: 1.30.0
4+
version: 1.31.0
55
- name: kube-state-metrics
66
repository: https://prometheus-community.github.io/helm-charts
77
version: 7.0.0
@@ -11,5 +11,5 @@ dependencies:
1111
- name: prometheus-pushgateway
1212
repository: https://prometheus-community.github.io/helm-charts
1313
version: 3.6.0
14-
digest: sha256:e87978733a227bb3b2596caf656878a12e78af024779c2ee3dfe7a58015e6a93
15-
generated: "2026-01-06T12:50:16.277168771Z"
14+
digest: sha256:f95e18df15eb5d8fba2774ceb1a44604ebd5c07f64c2fad9ef1c9bd07fb0ca21
15+
generated: "2026-01-09T21:42:16.277974179Z"

charts/prometheus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: prometheus
33
# renovate: github=prometheus/prometheus
44
appVersion: v3.9.1
5-
version: 28.2.1
5+
version: 28.3.0
66
kubeVersion: ">=1.19.0-0"
77
description: Prometheus is a monitoring system and time series database.
88
home: https://prometheus.io/
@@ -32,7 +32,7 @@ maintainers:
3232
type: application
3333
dependencies:
3434
- name: alertmanager
35-
version: "1.30.*"
35+
version: "1.31.*"
3636
repository: https://prometheus-community.github.io/helm-charts
3737
condition: alertmanager.enabled
3838
- name: kube-state-metrics

charts/prometheus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configmapReload:
5757
##
5858
image:
5959
repository: quay.io/prometheus-operator/prometheus-config-reloader
60-
tag: v0.87.1
60+
tag: v0.88.0
6161
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
6262
digest: ""
6363
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)