Skip to content

Commit

Permalink
[kube-prometheus-stack] bump chart dependencies (#3234)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david.calvert@oqton.com>
  • Loading branch information
David Calvert committed Apr 13, 2023
1 parent 769f7c2 commit 1f865e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 45.9.1
version: 45.10.0
appVersion: v0.63.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -40,14 +40,14 @@ annotations:
dependencies:
- name: kube-state-metrics
version: "5.0.*"
version: "5.4.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.14.*"
version: "4.16.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
version: "6.51.*"
version: "6.52.*"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled

0 comments on commit 1f865e4

Please sign in to comment.