mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[kube-prometheus-stack] Migrate kube-state-metrics off helm/stable (#581)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.*"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user