--- charts-original/values.yaml +++ charts/values.yaml @@ -1,8 +1,13 @@ # 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 tag: v1.1.2 pullPolicy: IfNotPresent @@ -125,6 +130,8 @@ tolerations: - effect: NoSchedule operator: Exists + - effect: NoExecute + operator: Exists ## Assign a PriorityClassName to pods if set # priorityClassName: ""