mirror of https://git.rancher.io/charts
25 lines
592 B
Diff
25 lines
592 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -2,6 +2,10 @@
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into the templates.
|
|
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
registry: docker.io
|
|
oem: ''
|
|
leastPrivilege: false
|
|
@@ -10,8 +14,8 @@
|
|
# If false, exporter will not be installed
|
|
enabled: true
|
|
image:
|
|
- repository: neuvector/prometheus-exporter
|
|
- tag: latest
|
|
+ repository: rancher/mirrored-neuvector-prometheus-exporter
|
|
+ tag: 1-1.0.0
|
|
# changes this to a readonly user !
|
|
CTRL_USERNAME: admin
|
|
CTRL_PASSWORD: admin
|