Skip to content

Commit

Permalink
[prometheus] bump prometheus and chart deps (#4701)
Browse files Browse the repository at this point in the history
* bump prom deps

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* bump prom deps

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* bump prom deps

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

---------

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
  • Loading branch information
DrFaust92 committed Jul 11, 2024
1 parent 663f7d5 commit 6435b06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.11.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.20.0
version: 5.21.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.36.0
version: 4.37.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.13.0
digest: sha256:8f1387d60956c6fc6fcd6edf298de20e777d9ac44246c3fb1b8f6739155139b1
generated: "2024-06-20T13:32:55.586733-04:00"
version: 2.14.0
digest: sha256:7013ed34c591c1813dc142e2373c232f21b8f36e6d5d3a155973073ca3900ef2
generated: "2024-07-06T08:38:48.091511-04:00"
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.53.0
version: 25.23.0
appVersion: v2.53.1
version: 25.24.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down Expand Up @@ -30,15 +30,15 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.20.*"
version: "5.21.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.36.*"
version: "4.37.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "2.13.*"
version: "2.14.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
keywords:
Expand Down

0 comments on commit 6435b06

Please sign in to comment.