mirror of https://git.rancher.io/charts
93 lines
3.1 KiB
Diff
93 lines
3.1 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,3 +1,35 @@
|
|
+apiVersion: v2
|
|
+description: Collects several related Helm charts, 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
|
|
+engine: gotpl
|
|
+type: application
|
|
+maintainers:
|
|
+ - name: vsliouniaev
|
|
+ - name: bismarck
|
|
+ - name: gianrubio
|
|
+ email: gianrubio@gmail.com
|
|
+ - name: gkarthiks
|
|
+ email: github.gkarthiks@gmail.com
|
|
+ - name: scottrigby
|
|
+ email: scott@r6by.com
|
|
+ - name: Xtigyro
|
|
+ email: miroslav.hadzhiev@gmail.com
|
|
+ - name: Arvind
|
|
+ email: arvind.iyengar@suse.com
|
|
+ url: ""
|
|
+name: rancher-monitoring
|
|
+sources:
|
|
+ - https://github.com/prometheus-community/helm-charts
|
|
+ - https://github.com/prometheus-operator/kube-prometheus
|
|
+version: 16.6.0
|
|
+appVersion: 0.48.0
|
|
+kubeVersion: ">=1.16.0-0"
|
|
+home: https://github.com/prometheus-operator/kube-prometheus
|
|
+keywords:
|
|
+- operator
|
|
+- prometheus
|
|
+- kube-prometheus
|
|
+- monitoring
|
|
annotations:
|
|
artifacthub.io/links: |
|
|
- name: Chart Source
|
|
@@ -5,8 +37,15 @@
|
|
- name: Upstream Project
|
|
url: https://github.com/prometheus-operator/kube-prometheus
|
|
artifacthub.io/operator: "true"
|
|
-apiVersion: v2
|
|
-appVersion: 0.48.0
|
|
+ catalog.cattle.io/certified: rancher
|
|
+ catalog.cattle.io/namespace: cattle-monitoring-system
|
|
+ catalog.cattle.io/release-name: rancher-monitoring
|
|
+ catalog.cattle.io/ui-component: monitoring
|
|
+ catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1
|
|
+ catalog.cattle.io/display-name: "Monitoring"
|
|
+ catalog.cattle.io/auto-install: rancher-monitoring-crd=match
|
|
+ catalog.cattle.io/requests-cpu: "4500m"
|
|
+ catalog.cattle.io/requests-memory: "4000Mi"
|
|
dependencies:
|
|
- condition: grafana.enabled
|
|
name: grafana
|
|
@@ -71,34 +110,6 @@
|
|
- condition: rkeScheduler.enabled
|
|
name: rkeScheduler
|
|
repository: file://./charts/rkeScheduler
|
|
-- condition: windowsExporter.enabled
|
|
+- condition: global.cattle.windows.enabled
|
|
name: windowsExporter
|
|
repository: file://./charts/windowsExporter
|
|
-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.
|
|
-home: https://github.com/prometheus-operator/kube-prometheus
|
|
-icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
|
-keywords:
|
|
-- operator
|
|
-- prometheus
|
|
-- kube-prometheus
|
|
-kubeVersion: '>=1.16.0-0'
|
|
-maintainers:
|
|
-- name: vsliouniaev
|
|
-- name: bismarck
|
|
-- email: gianrubio@gmail.com
|
|
- name: gianrubio
|
|
-- email: github.gkarthiks@gmail.com
|
|
- name: gkarthiks
|
|
-- email: scott@r6by.com
|
|
- name: scottrigby
|
|
-- email: miroslav.hadzhiev@gmail.com
|
|
- name: Xtigyro
|
|
-name: kube-prometheus-stack
|
|
-sources:
|
|
-- https://github.com/prometheus-community/helm-charts
|
|
-- https://github.com/prometheus-operator/kube-prometheus
|
|
-type: application
|
|
-version: 16.6.0
|