mirror of https://git.rancher.io/charts
Generated changes
parent
23b1eae8d1
commit
116fd26b1f
|
@ -878,7 +878,7 @@ entries:
|
|||
catalog.cattle.io/ui-component: monitoring
|
||||
apiVersion: v1
|
||||
appVersion: 0.38.1
|
||||
created: "2020-09-22T23:01:36.753777452Z"
|
||||
created: "2020-09-25T20:19:25.64937438Z"
|
||||
dependencies:
|
||||
- condition: kubeStateMetrics.enabled
|
||||
name: kube-state-metrics
|
||||
|
@ -974,7 +974,7 @@ entries:
|
|||
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.
|
||||
digest: d9b9e5420d90d99a294f1c09d8af7384cc34dc47cb45b4a6831b34fc389370fb
|
||||
digest: a7a739fef7e471c48086e2466864923d92521ae02f4ea87168bed20e8bde6292
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
@ -1007,9 +1007,9 @@ entries:
|
|||
catalog.cattle.io/namespace: cattle-monitoring-system
|
||||
catalog.cattle.io/release-name: rancher-monitoring-crd
|
||||
apiVersion: v1
|
||||
created: "2020-09-22T23:01:36.760617596Z"
|
||||
created: "2020-09-25T20:19:25.656592745Z"
|
||||
description: Installs the CRDs for rancher-monitoring.
|
||||
digest: 9df91d8d11450d1f879dd597fe16d4627a9f15cdb025784d4a30334f19edc1a2
|
||||
digest: d3b427580600449e51e40936d9d2879036f1be7ce65dc3f0a612027cc22dacc2
|
||||
name: rancher-monitoring-crd
|
||||
type: application
|
||||
urls:
|
||||
|
@ -1354,4 +1354,4 @@ entries:
|
|||
urls:
|
||||
- assets/rio/rio-0.8.000.tgz
|
||||
version: 0.8.000
|
||||
generated: "2020-09-25T19:21:24.564782316Z"
|
||||
generated: "2020-09-25T20:19:25.602999395Z"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,60 @@
|
|||
dependencies:
|
||||
- name: kube-state-metrics
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 2.8.14
|
||||
- name: prometheus-node-exporter
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
version: 1.11.2
|
||||
- name: grafana
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
version: 5.6.4
|
||||
- name: prometheus-adapter
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 2.4.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
- name: rancher-pushprox
|
||||
repository: file://../../rancher-pushprox/charts
|
||||
version: 0.1.0
|
||||
digest: sha256:816a7b6760971acf88b62b4178a5d8919cb97b6576cdca22021137929b1ed031
|
||||
generated: "2020-09-25T20:19:18.054528589Z"
|
|
@ -850,6 +850,21 @@ grafana:
|
|||
enabled: true
|
||||
namespaceOverride: ""
|
||||
|
||||
## Grafana's primary configuration
|
||||
## NOTE: values in map will be converted to ini format
|
||||
## ref: http://docs.grafana.org/installation/configuration/
|
||||
##
|
||||
grafana.ini:
|
||||
users:
|
||||
auto_assign_org_role: Editor
|
||||
auth:
|
||||
disable_login_form: true
|
||||
auth.anonymous:
|
||||
enabled: true
|
||||
org_role: Editor
|
||||
auth.basic:
|
||||
enabled: false
|
||||
|
||||
deploymentStrategy:
|
||||
type: Recreate
|
||||
|
||||
|
|
10
index.yaml
10
index.yaml
|
@ -878,7 +878,7 @@ entries:
|
|||
catalog.cattle.io/ui-component: monitoring
|
||||
apiVersion: v1
|
||||
appVersion: 0.38.1
|
||||
created: "2020-09-22T23:01:36.753777452Z"
|
||||
created: "2020-09-25T20:19:25.64937438Z"
|
||||
dependencies:
|
||||
- condition: kubeStateMetrics.enabled
|
||||
name: kube-state-metrics
|
||||
|
@ -974,7 +974,7 @@ entries:
|
|||
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.
|
||||
digest: d9b9e5420d90d99a294f1c09d8af7384cc34dc47cb45b4a6831b34fc389370fb
|
||||
digest: a7a739fef7e471c48086e2466864923d92521ae02f4ea87168bed20e8bde6292
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
@ -1007,9 +1007,9 @@ entries:
|
|||
catalog.cattle.io/namespace: cattle-monitoring-system
|
||||
catalog.cattle.io/release-name: rancher-monitoring-crd
|
||||
apiVersion: v1
|
||||
created: "2020-09-22T23:01:36.760617596Z"
|
||||
created: "2020-09-25T20:19:25.656592745Z"
|
||||
description: Installs the CRDs for rancher-monitoring.
|
||||
digest: 9df91d8d11450d1f879dd597fe16d4627a9f15cdb025784d4a30334f19edc1a2
|
||||
digest: d3b427580600449e51e40936d9d2879036f1be7ce65dc3f0a612027cc22dacc2
|
||||
name: rancher-monitoring-crd
|
||||
type: application
|
||||
urls:
|
||||
|
@ -1354,4 +1354,4 @@ entries:
|
|||
urls:
|
||||
- assets/rio/rio-0.8.000.tgz
|
||||
version: 0.8.000
|
||||
generated: "2020-09-25T19:21:24.564782316Z"
|
||||
generated: "2020-09-25T20:19:25.602999395Z"
|
||||
|
|
|
@ -6,4 +6,4 @@ af335d5859f759a451fb6590d1865b3fb49459c50ba002b6791fb3ddb5a36865 packages/ranch
|
|||
bb4f6fc55612f35e086c1b5657fc1ca356f8c3add72145a39e1d6202a4d40ebe packages/rancher-monitoring/overlay/templates/rancher-monitoring/config-role.yaml
|
||||
582dce5bad0b69f3b576baca91e9a590d8306fb6a423773f3169e77d0b0c796a packages/rancher-monitoring/overlay/templates/rancher-monitoring/clusterrole.yaml
|
||||
5cf5a67ca2d52d08147201514f872f7fe6c8f099f55b2aba206e039b6220a851 packages/rancher-monitoring/package.yaml
|
||||
95cbd24ec4ff93794801002a7c3bd369da4b6e7e247e94b78495e51d9d9903a5 packages/rancher-monitoring/rancher-monitoring.patch
|
||||
8a016945a60f35af1274669f1c96163b2dfe17ae28e2c549b827dc092b1f02e0 packages/rancher-monitoring/rancher-monitoring.patch
|
||||
|
|
Loading…
Reference in New Issue