mirror of https://git.rancher.io/charts
fix images
parent
6412599875
commit
0c7fbdc088
|
@ -96,7 +96,7 @@
|
|||
+ repository: rancher/mirrored-grafana-grafana-image-renderer
|
||||
# image-renderer Image tag
|
||||
- tag: latest
|
||||
+ tag: 3.0.1
|
||||
+ tag: 3.8.0
|
||||
# image-renderer Image sha (optional)
|
||||
sha: ""
|
||||
# image-renderer ImagePullPolicy
|
||||
|
|
|
@ -28,6 +28,17 @@
|
|||
# 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).
|
||||
# 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 @@
|
||||
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue