Skip to content

Commit

Permalink
[prometheus] bump prom deps (#4262)
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Feb 18, 2024
1 parent aeada22 commit 4eb488f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: alertmanager
repository: https://prometheus-community.github.io/helm-charts
version: 1.7.0
version: 1.8.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.16.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.26.0
version: 4.30.2
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.6.0
digest: sha256:c04ed5d0a9f4673cdf8cf43d8c09990170bd3a0c30f4529e6a06f00ea6ff2d63
generated: "2024-01-25T19:22:54.227295+02:00"
version: 2.7.0
digest: sha256:8f7e37ff7fde55738e5b0016425588414206eb8aea2cc860cb1d1c5fa8dabbd0
generated: "2024-02-17T20:04:35.847534+02: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.49.1
version: 25.12.0
version: 25.13.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand All @@ -26,19 +26,19 @@ maintainers:
type: application
dependencies:
- name: alertmanager
version: "1.7.*"
version: "1.8.*"
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.16.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.26.*"
version: "4.30.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "2.6.*"
version: "2.7.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
keywords:
Expand Down

0 comments on commit 4eb488f

Please sign in to comment.