mirror of https://git.rancher.io/charts
fix images
parent
6412599875
commit
0c7fbdc088
|
@ -96,7 +96,7 @@
|
||||||
+ repository: rancher/mirrored-grafana-grafana-image-renderer
|
+ repository: rancher/mirrored-grafana-grafana-image-renderer
|
||||||
# image-renderer Image tag
|
# image-renderer Image tag
|
||||||
- tag: latest
|
- tag: latest
|
||||||
+ tag: 3.0.1
|
+ tag: 3.8.0
|
||||||
# image-renderer Image sha (optional)
|
# image-renderer Image sha (optional)
|
||||||
sha: ""
|
sha: ""
|
||||||
# image-renderer ImagePullPolicy
|
# image-renderer ImagePullPolicy
|
||||||
|
|
|
@ -28,6 +28,17 @@
|
||||||
# To help compatibility with other charts which use global.imagePullSecrets.
|
# To help compatibility with other charts which use global.imagePullSecrets.
|
||||||
# Allow either an array of {name: pullSecret} maps (k8s-style), or an array of strings (more common helm-style).
|
# Allow either an array of {name: pullSecret} maps (k8s-style), or an array of strings (more common helm-style).
|
||||||
# global:
|
# global:
|
||||||
|
@@ -36,8 +42,8 @@
|
||||||
|
kubeRBACProxy:
|
||||||
|
enabled: false
|
||||||
|
image:
|
||||||
|
- registry: quay.io
|
||||||
|
- repository: brancz/kube-rbac-proxy
|
||||||
|
+ registry: docker.io
|
||||||
|
+ repository: rancher/mirrored-kube-rbac-proxy
|
||||||
|
tag: v0.14.0
|
||||||
|
sha: ""
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
@@ -66,8 +72,8 @@
|
@@ -66,8 +72,8 @@
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in New Issue