2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -1,9 +1,14 @@
|
|
|
|
+# Default values for k8s-prometheus-adapter..
|
2021-05-17 22:30:18 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+
|
|
|
|
affinity: {}
|
|
|
|
|
2022-10-26 18:02:37 +00:00
|
|
|
topologySpreadConstraints: []
|
|
|
|
|
2021-05-17 22:30:18 +00:00
|
|
|
image:
|
2021-11-19 22:19:23 +00:00
|
|
|
- repository: k8s.gcr.io/prometheus-adapter/prometheus-adapter
|
|
|
|
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
|
2022-10-26 18:02:37 +00:00
|
|
|
tag: v0.10.0
|
2021-05-17 22:30:18 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|