feat(prometheus): add more default exporters to prometheus (#1406)
* feat(prometheus): add more default exporters to prometheus * use correct bump
This commit is contained in:
@@ -4,6 +4,14 @@ dependencies:
|
|||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.9.3
|
version: 8.9.3
|
||||||
|
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||||
|
name: node-exporter
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 2.3.15
|
||||||
|
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
|
||||||
|
name: kube-state-metrics
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 2.1.17
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||||
@@ -20,7 +28,7 @@ sources:
|
|||||||
- https://github.com/prometheus-community/helm-charts
|
- https://github.com/prometheus-community/helm-charts
|
||||||
- https://github.com/prometheus-operator/kube-prometheus
|
- https://github.com/prometheus-operator/kube-prometheus
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.1.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user