2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -1,10 +1,15 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
# 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
|
2022-10-26 18:02:37 +00:00
|
|
|
# Overrides the image tag whose default is {{ printf "v%s" .Chart.AppVersion }}
|
|
|
|
- tag: ""
|
|
|
|
+ tag: v1.3.1
|
2021-05-17 22:30:18 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-10-26 18:02:37 +00:00
|
|
|
sha: ""
|
2021-05-17 22:30:18 +00:00
|
|
|
|
2022-12-20 02:45:06 +00:00
|
|
|
@@ -163,6 +168,8 @@
|
|
|
|
|
2021-05-17 22:30:18 +00:00
|
|
|
tolerations:
|
|
|
|
- effect: NoSchedule
|
|
|
|
+ operator: Exists
|
2022-12-20 02:45:06 +00:00
|
|
|
+ - effect: NoExecute
|
|
|
|
operator: Exists
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
## Assign a PriorityClassName to pods if set
|