mirror of https://git.rancher.io/charts
30 lines
726 B
Diff
30 lines
726 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,10 +1,15 @@
|
|
# Default values for prometheus-node-exporter.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
+
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
image:
|
|
- repository: quay.io/prometheus/node-exporter
|
|
+ repository: rancher/mirrored-prometheus-node-exporter
|
|
# Overrides the image tag whose default is {{ printf "v%s" .Chart.AppVersion }}
|
|
- tag: ""
|
|
+ tag: v1.3.1
|
|
pullPolicy: IfNotPresent
|
|
sha: ""
|
|
|
|
@@ -164,6 +169,8 @@
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
operator: Exists
|
|
+ - effect: NoExecute
|
|
+ operator: Exists
|
|
|
|
## Assign a PriorityClassName to pods if set
|
|
# priorityClassName: ""
|