mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[kube-prometheus-stack] Fix requirements.yaml (#269)
Updating repository for kube-state-metrics to use new stable repository URL Signed-off-by: Bismarck Paliz <bismarck.paliz@jet.com>
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.1.3
|
||||
version: 10.1.4
|
||||
appVersion: 0.42.1
|
||||
tillerVersion: ">=2.12.0"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
|
||||
@@ -2,7 +2,7 @@ dependencies:
|
||||
|
||||
- name: kube-state-metrics
|
||||
version: "2.8.*"
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
repository: https://charts.helm.sh/stable
|
||||
condition: kubeStateMetrics.enabled
|
||||
|
||||
- name: prometheus-node-exporter
|
||||
|
||||
Reference in New Issue
Block a user