Skip to content

Commit

Permalink
[kube-prometheus-stack] Migrate kube-state-metrics off helm/stable (#581
Browse files Browse the repository at this point in the history
)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Jan 14, 2021
1 parent c6c5500 commit c4d2ddd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/kube-prometheus-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.*"
Expand Down
5 changes: 2 additions & 3 deletions charts/kube-prometheus-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c4d2ddd

Please sign in to comment.