mirror of https://git.rancher.io/charts
104 lines
2.5 KiB
Diff
104 lines
2.5 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -39,10 +39,13 @@
|
|
admissionEventsInvolvedNamespace: false
|
|
auditEventsInvolvedNamespace: false
|
|
resourceQuota: true
|
|
-image:
|
|
- repository: openpolicyagent/gatekeeper
|
|
- crdRepository: openpolicyagent/gatekeeper-crds
|
|
- release: v3.13.0
|
|
+images:
|
|
+ gatekeeper:
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
|
|
+ tag: v3.13.0
|
|
+ gatekeepercrd:
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
+ tag: v3.13.0
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
preInstall:
|
|
@@ -54,8 +57,8 @@
|
|
labelNamespace:
|
|
enabled: false
|
|
image:
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
- tag: v3.13.0
|
|
+ repository: rancher/kubectl
|
|
+ tag: v1.20.2
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
extraNamespaces: []
|
|
@@ -85,7 +88,7 @@
|
|
enabled: true
|
|
extraRules: []
|
|
image:
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
tag: v3.13.0
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
@@ -101,7 +104,7 @@
|
|
probeWebhook:
|
|
enabled: true
|
|
image:
|
|
- repository: curlimages/curl
|
|
+ repository: rancher/mirrored-curlimages-curl
|
|
tag: 7.83.1
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
@@ -126,14 +129,14 @@
|
|
extraRules: []
|
|
enabled: false
|
|
image:
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
tag: v3.13.0
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
priorityClassName: ""
|
|
affinity: {}
|
|
tolerations: []
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
|
+ nodeSelector: {}
|
|
resources: {}
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
@@ -179,7 +182,7 @@
|
|
weight: 100
|
|
topologySpreadConstraints: []
|
|
tolerations: []
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
|
+ nodeSelector: {}
|
|
resources:
|
|
limits:
|
|
memory: 512Mi
|
|
@@ -218,7 +221,7 @@
|
|
disableCertRotation: true
|
|
affinity: {}
|
|
tolerations: []
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
|
+ nodeSelector: {}
|
|
resources:
|
|
limits:
|
|
memory: 512Mi
|
|
@@ -257,10 +260,16 @@
|
|
pdb:
|
|
controllerManager:
|
|
minAvailable: 1
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+ psp:
|
|
+ enabled: false
|
|
+ kubectl:
|
|
+ repository: rancher/kubectl
|
|
+ tag: v1.20.2
|
|
service: {}
|
|
disabledBuiltins: ["{http.send}"]
|
|
-psp:
|
|
- enabled: true
|
|
upgradeCRDs:
|
|
enabled: true
|
|
extraRules: []
|