mirror of https://git.rancher.io/charts
Merge pull request #3122 from joshmeranda/image-fix
commit
f296c68bea
Binary file not shown.
|
@ -1075,7 +1075,7 @@ imageRenderer:
|
|||
# image-renderer Image repository
|
||||
repository: rancher/mirrored-grafana-grafana-image-renderer
|
||||
# image-renderer Image tag
|
||||
tag: 3.0.1
|
||||
tag: 3.8.0
|
||||
# image-renderer Image sha (optional)
|
||||
sha: ""
|
||||
# image-renderer ImagePullPolicy
|
||||
|
|
|
@ -42,8 +42,8 @@ global:
|
|||
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
|
||||
|
|
|
@ -12162,7 +12162,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 45.31.1
|
||||
apiVersion: v2
|
||||
appVersion: v0.65.1
|
||||
created: "2023-10-11T17:16:27.731710907-04:00"
|
||||
created: "2023-10-12T15:50:01.806592642-04:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -12234,7 +12234,7 @@ entries:
|
|||
and Prometheus rules combined with documentation and scripts to provide easy
|
||||
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
|
||||
Prometheus Operator.
|
||||
digest: bdc02f92a6d706294b5a5d9fe87d7a40bcb359aa81ced012124e87c73af7786c
|
||||
digest: afde3695df7dd459e2b833ef8b6db3613e7d43cc952964206d07e91684998f8c
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -9,8 +9,10 @@ epinio-crd:
|
|||
- 103.0.2+up1.10.0
|
||||
- 102.0.4+up1.9.0
|
||||
rancher-monitoring:
|
||||
- 102.0.2+up40.1.2
|
||||
- 103.0.0+up45.31.1
|
||||
rancher-monitoring-crd:
|
||||
- 102.0.2+up40.1.2
|
||||
- 103.0.0+up45.31.1
|
||||
fleet:
|
||||
- 102.1.1+up0.7.1
|
||||
|
|
Loading…
Reference in New Issue