[kube-prometheus-stack] New location for kube-state-metrics (#892)

Switches kube-state-metrics over to the new location inside of this repository
Synchronizes Chart.lock

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2021-04-28 19:23:39 -04:00
committed by GitHub
parent 2c65605d55
commit 769fd3a283
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
dependencies:
- name: kube-state-metrics
repository: https://kubernetes.github.io/kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 2.13.2
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 1.17.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.8.0
digest: sha256:54bd36030ef0f5cac21d8c06b2a98b108cbfccdbba112770f8b8158fe479a00e
generated: "2021-04-22T14:35:03.234101561+02:00"
version: 6.8.1
digest: sha256:03740677070731b95281dd2f7baab61968df1b0f34edf92ce816e7ce5882d5e4
generated: "2021-04-26T12:45:12.225507767+02:00"
+2 -2
View File
@@ -18,7 +18,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 15.2.2
version: 15.2.3
appVersion: 0.47.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
@@ -37,7 +37,7 @@ annotations:
dependencies:
- name: kube-state-metrics
version: "2.13.*"
repository: https://kubernetes.github.io/kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "1.17.*"