2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2021-11-19 22:19:23 +00:00
|
|
|
@@ -1,9 +1,23 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+
|
|
|
|
rbac:
|
|
|
|
create: true
|
|
|
|
## Use an existing ClusterRole/Role (depending on rbac.namespaced false/true)
|
|
|
|
# useExistingRole: name-of-some-(cluster)role
|
|
|
|
pspEnabled: true
|
|
|
|
- pspUseAppArmor: true
|
|
|
|
+ pspAnnotations: {}
|
|
|
|
+ ## Specify pod annotations
|
|
|
|
+ ## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
|
|
|
|
+ ## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
|
|
|
|
+ ## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
|
|
|
|
+ ##
|
|
|
|
+ # seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
|
|
|
|
+ # seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
|
|
|
|
+ # apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
|
|
|
|
+ # apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
|
|
|
|
+
|
|
|
|
namespaced: false
|
|
|
|
extraRoleRules: []
|
|
|
|
# - apiGroups: []
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -73,9 +87,9 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
# schedulerName: "default-scheduler"
|
|
|
|
|
|
|
|
image:
|
|
|
|
- repository: grafana/grafana
|
|
|
|
+ repository: rancher/mirrored-grafana-grafana
|
2022-10-26 18:02:37 +00:00
|
|
|
# Overrides the Grafana image tag whose default is the chart appVersion
|
|
|
|
- tag: ""
|
|
|
|
+ tag: 9.1.5
|
2021-05-17 22:30:18 +00:00
|
|
|
sha: ""
|
|
|
|
pullPolicy: IfNotPresent
|
2021-06-29 00:09:01 +00:00
|
|
|
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -88,13 +102,16 @@
|
2021-11-19 22:19:23 +00:00
|
|
|
# - myRegistrKeySecretName
|
2021-05-17 22:30:18 +00:00
|
|
|
|
|
|
|
testFramework:
|
2021-11-19 22:19:23 +00:00
|
|
|
- enabled: true
|
2021-05-17 22:30:18 +00:00
|
|
|
- image: "bats/bats"
|
2021-11-19 22:19:23 +00:00
|
|
|
+ enabled: false
|
2021-05-17 22:30:18 +00:00
|
|
|
+ image: "rancher/mirrored-bats-bats"
|
2022-10-26 18:02:37 +00:00
|
|
|
tag: "v1.4.1"
|
2021-05-17 22:30:18 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
- securityContext: {}
|
|
|
|
+ securityContext:
|
|
|
|
+ runAsNonRoot: true
|
|
|
|
+ runAsUser: 1000
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
+ runAsNonRoot: true
|
|
|
|
runAsUser: 472
|
|
|
|
runAsGroup: 472
|
|
|
|
fsGroup: 472
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -127,7 +144,7 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
# priorityClassName:
|
|
|
|
|
|
|
|
downloadDashboardsImage:
|
|
|
|
- repository: curlimages/curl
|
|
|
|
+ repository: rancher/mirrored-curlimages-curl
|
2022-10-26 18:02:37 +00:00
|
|
|
tag: 7.85.0
|
2021-05-17 22:30:18 +00:00
|
|
|
sha: ""
|
|
|
|
pullPolicy: IfNotPresent
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -204,7 +221,7 @@
|
2021-11-19 22:19:23 +00:00
|
|
|
labels: {}
|
|
|
|
path: /
|
|
|
|
|
|
|
|
- # pathType is only for k8s >= 1.1=
|
|
|
|
+ # pathType is only for k8s >= 1.18
|
|
|
|
pathType: Prefix
|
|
|
|
|
|
|
|
hosts:
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -328,7 +345,7 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
## initChownData container image
|
|
|
|
##
|
|
|
|
image:
|
|
|
|
- repository: busybox
|
|
|
|
+ repository: rancher/mirrored-library-busybox
|
|
|
|
tag: "1.31.1"
|
|
|
|
sha: ""
|
|
|
|
pullPolicy: IfNotPresent
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -739,7 +756,7 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
|
|
|
|
sidecar:
|
|
|
|
image:
|
|
|
|
- repository: quay.io/kiwigrid/k8s-sidecar
|
|
|
|
+ repository: rancher/mirrored-kiwigrid-k8s-sidecar
|
2022-10-26 18:02:37 +00:00
|
|
|
tag: 1.19.2
|
2021-05-17 22:30:18 +00:00
|
|
|
sha: ""
|
|
|
|
imagePullPolicy: IfNotPresent
|
2022-10-26 18:02:37 +00:00
|
|
|
@@ -852,10 +869,10 @@
|
|
|
|
reloadURL: "http://localhost:3000/api/admin/provisioning/datasources/reload"
|
|
|
|
# Absolute path to shell script to execute after a datasource got reloaded
|
|
|
|
script: null
|
|
|
|
- skipReload: false
|
|
|
|
+ skipReload: true
|
|
|
|
# Deploy the datasource sidecar as an initContainer in addition to a container.
|
|
|
|
# This is needed if skipReload is true, to load any datasources defined at startup time.
|
|
|
|
- initDatasources: false
|
|
|
|
+ initDatasources: true
|
|
|
|
# Sets the size limit of the datasource sidecar emptyDir volume
|
|
|
|
sizeLimit: {}
|
|
|
|
plugins:
|
|
|
|
@@ -934,9 +951,9 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
replicas: 1
|
|
|
|
image:
|
|
|
|
# image-renderer Image repository
|
|
|
|
- repository: grafana/grafana-image-renderer
|
|
|
|
+ repository: rancher/mirrored-grafana-grafana-image-renderer
|
|
|
|
# image-renderer Image tag
|
|
|
|
- tag: latest
|
2021-06-29 00:09:01 +00:00
|
|
|
+ tag: 3.0.1
|
2021-05-17 22:30:18 +00:00
|
|
|
# image-renderer Image sha (optional)
|
|
|
|
sha: ""
|
|
|
|
# image-renderer ImagePullPolicy
|