mirror of https://git.rancher.io/charts
17 lines
366 B
Diff
17 lines
366 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,8 +1,12 @@
|
|
# Default values for k8s-prometheus-adapter..
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
affinity: {}
|
|
|
|
image:
|
|
- repository: directxman12/k8s-prometheus-adapter-amd64
|
|
+ repository: rancher/mirrored-directxman12-k8s-prometheus-adapter
|
|
tag: v0.8.3
|
|
pullPolicy: IfNotPresent
|
|
|