diff --git a/charts/core/prometheus/Chart.yaml b/charts/core/prometheus/Chart.yaml index e55896aedff..efd8a489735 100644 --- a/charts/core/prometheus/Chart.yaml +++ b/charts/core/prometheus/Chart.yaml @@ -4,6 +4,14 @@ dependencies: - name: common repository: https://truecharts.org 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 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 @@ -20,7 +28,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 1.0.1 +version: 1.1.0 annotations: truecharts.org/catagories: | - metrics