From c4d2ddd489317cdf892afe8927bfafe39b372791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 14 Jan 2021 17:07:42 +0100 Subject: [PATCH] [kube-prometheus-stack] Migrate kube-state-metrics off helm/stable (#581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel RĂ¼ger --- charts/kube-prometheus-stack/Chart.lock | 10 +++++----- charts/kube-prometheus-stack/Chart.yaml | 4 ++-- charts/kube-prometheus-stack/README.md | 5 ++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/charts/kube-prometheus-stack/Chart.lock b/charts/kube-prometheus-stack/Chart.lock index 4241c5a3..e8bdd796 100644 --- a/charts/kube-prometheus-stack/Chart.lock +++ b/charts/kube-prometheus-stack/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: kube-state-metrics - repository: https://charts.helm.sh/stable - version: 2.9.4 + repository: https://kubernetes.github.io/kube-state-metrics + version: 2.9.7 - name: prometheus-node-exporter repository: https://prometheus-community.github.io/helm-charts version: 1.12.0 - name: grafana repository: https://grafana.github.io/helm-charts - version: 6.1.16 -digest: sha256:501848912e007b99631a6cd03347c17f9b661c9645d571da9f633a85c095df31 -generated: "2021-01-04T16:02:02.806098+01:00" + version: 6.1.17 +digest: sha256:618d35aba8290330ef4c39438e6be271e17c68aed8806acd626ce8b844056415 +generated: "2021-01-14T16:55:53.236240429+01:00" diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index cb9454f4..16477bf5 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -18,7 +18,7 @@ name: kube-prometheus-stack sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus -version: 12.12.0 +version: 12.12.1 appVersion: 0.44.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.9.*" - repository: https://charts.helm.sh/stable + repository: https://kubernetes.github.io/kube-state-metrics condition: kubeStateMetrics.enabled - name: prometheus-node-exporter version: "1.12.*" diff --git a/charts/kube-prometheus-stack/README.md b/charts/kube-prometheus-stack/README.md index 37794b14..4f1d3709 100644 --- a/charts/kube-prometheus-stack/README.md +++ b/charts/kube-prometheus-stack/README.md @@ -15,7 +15,6 @@ _Note: This chart was formerly named `prometheus-operator` chart, now renamed to ```console helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo add stable https://charts.helm.sh/stable helm repo update ``` @@ -36,7 +35,7 @@ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documen By default this chart installs additional, dependent charts: -- [stable/kube-state-metrics](https://github.com/helm/charts/tree/master/stable/kube-state-metrics) +- [kubernetes/kube-state-metrics](https://github.com/kubernetes/kube-state-metrics/tree/master/charts/kube-state-metrics) - [prometheus-community/prometheus-node-exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-node-exporter) - [grafana/grafana](https://github.com/grafana/helm-charts/tree/main/charts/grafana) @@ -311,7 +310,7 @@ You can check out the tickets for this change [here](https://github.com/promethe The chart has added 3 [dependencies](#dependencies). - Node-Exporter, Kube-State-Metrics: These components are loaded as dependencies into the chart, and are relatively simple components -- Grafana: The Grafana chart is more feature-rich than this chart - it contains a sidecar that is able to load data sources and dashboards from configmaps deployed into the same cluster. For more information check out the [documentation for the chart](https://github.com/helm/charts/tree/master/stable/grafana) +- Grafana: The Grafana chart is more feature-rich than this chart - it contains a sidecar that is able to load data sources and dashboards from configmaps deployed into the same cluster. For more information check out the [documentation for the chart](https://github.com/grafana/helm-charts/blob/main/charts/grafana/README.md) #### Kubelet Service