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.49.1 and deps #4150

Merged
merged 3 commits into from
Jan 18, 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
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.7.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.15.2
version: 5.16.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.24.0
version: 4.25.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.4.2
digest: sha256:83aa9d98623ddd76cceaf5a17b69372ae34ab715db5ccb84dbc472d5fb78a01e
generated: "2023-11-17T18:47:14.928659+02:00"
version: 2.5.0
digest: sha256:f6c50d7f618b356d39c4afab7bb434916e1bde1ff6b480ef60db176877766b62
generated: "2024-01-17T12:06:16.510108+02: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.48.1
version: 25.8.2
appVersion: v2.49.1
version: 25.9.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.15.*"
version: "5.16.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.24.*"
version: "4.25.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "2.4.*"
version: "2.5.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
keywords:
Expand Down