Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus] bump to 2.51.1 + deps #4407

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.10.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.17.0
version: 5.18.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.31.0
version: 4.32.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.8.0
digest: sha256:885a96865c58be0d6a4c12b57a751bc58d657c7b4b0442882b3d8003a86d3174
generated: "2024-03-21T14:31:16.69152+02:00"
digest: sha256:845b6afcabde9eeecc322bc57f8e925a149b44c92f4170db0b45061ce6911637
generated: "2024-03-29T20:56:04.276491+03:00"
8 changes: 4 additions & 4 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.51.0
version: 25.18.0
appVersion: v2.51.1
version: 25.19.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,11 +30,11 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.17.*"
version: "5.18.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.31.*"
version: "4.32.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
Expand Down
Loading