mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[kube-prometheus-stack] Update chart dependencies (#293)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -17,7 +17,7 @@ name: kube-prometheus-stack
|
||||
sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
version: 10.3.4
|
||||
version: 10.3.5
|
||||
appVersion: 0.42.1
|
||||
tillerVersion: ">=2.12.0"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
|
||||
- name: kube-state-metrics
|
||||
version: "2.8.*"
|
||||
version: "2.9.*"
|
||||
repository: https://charts.helm.sh/stable
|
||||
condition: kubeStateMetrics.enabled
|
||||
|
||||
- name: prometheus-node-exporter
|
||||
version: "1.11.*"
|
||||
version: "1.12.*"
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
condition: nodeExporter.enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user