Skip to content

Commit 40f378c

Browse files
[prometheus] bump dependencies (#5330)
Signed-off-by: jiaychen <jiayu.chen@camptocamp.com> Co-authored-by: MH <zanhsieh@gmail.com>
1 parent 2ad707a commit 40f378c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/prometheus/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies:
22
- name: alertmanager
33
repository: https://prometheus-community.github.io/helm-charts
4-
version: 1.14.0
4+
version: 1.15.0
55
- name: kube-state-metrics
66
repository: https://prometheus-community.github.io/helm-charts
7-
version: 5.28.1
7+
version: 5.30.0
88
- name: prometheus-node-exporter
99
repository: https://prometheus-community.github.io/helm-charts
1010
version: 4.43.1
1111
- name: prometheus-pushgateway
1212
repository: https://prometheus-community.github.io/helm-charts
13-
version: 2.17.0
14-
digest: sha256:37582ace35a415f6d1ad945865227ae8166a70df3c91f18648b7845ab29e4a34
15-
generated: "2025-01-29T17:04:14.767445-05:00"
13+
version: 3.0.0
14+
digest: sha256:fb0c8979abd15da64e72bbbbf8e7c317e7104d7634d245b15ba2574fcca75aa2
15+
generated: "2025-02-17T16:47:12.439014629+01:00"

charts/prometheus/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus
33
appVersion: v3.1.0
4-
version: 27.3.1
4+
version: 27.4.0
55
kubeVersion: ">=1.19.0-0"
66
description: Prometheus is a monitoring system and time series database.
77
home: https://prometheus.io/
@@ -31,19 +31,19 @@ maintainers:
3131
type: application
3232
dependencies:
3333
- name: alertmanager
34-
version: "1.14.*"
34+
version: "1.15.*"
3535
repository: https://prometheus-community.github.io/helm-charts
3636
condition: alertmanager.enabled
3737
- name: kube-state-metrics
38-
version: "5.28.*"
38+
version: "5.30.*"
3939
repository: https://prometheus-community.github.io/helm-charts
4040
condition: kube-state-metrics.enabled
4141
- name: prometheus-node-exporter
4242
version: "4.43.*"
4343
repository: https://prometheus-community.github.io/helm-charts
4444
condition: prometheus-node-exporter.enabled
4545
- name: prometheus-pushgateway
46-
version: "2.17.*"
46+
version: "3.0.*"
4747
repository: https://prometheus-community.github.io/helm-charts
4848
condition: prometheus-pushgateway.enabled
4949
keywords:

0 commit comments

Comments
 (0)