mirror of https://git.rancher.io/charts
57 lines
2.2 KiB
Diff
57 lines
2.2 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -5,6 +5,15 @@
|
|
- name: Upstream Project
|
|
url: https://github.com/prometheus-operator/kube-prometheus
|
|
artifacthub.io/operator: "true"
|
|
+ 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"
|
|
apiVersion: v2
|
|
appVersion: 0.46.0
|
|
dependencies:
|
|
@@ -71,19 +80,17 @@
|
|
- 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.
|
|
+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.
|
|
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
|
|
+- monitoring
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- name: vsliouniaev
|
|
@@ -96,9 +103,12 @@
|
|
name: scottrigby
|
|
- email: miroslav.hadzhiev@gmail.com
|
|
name: Xtigyro
|
|
-name: kube-prometheus-stack
|
|
+- 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
|
|
type: application
|
|
-version: 14.5.0
|
|
+version: 14.5.1
|