2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -37,10 +37,13 @@
|
|
|
|
admissionEventsInvolvedNamespace: false
|
|
|
|
auditEventsInvolvedNamespace: false
|
|
|
|
resourceQuota: true
|
|
|
|
-image:
|
|
|
|
- repository: openpolicyagent/gatekeeper
|
|
|
|
- crdRepository: openpolicyagent/gatekeeper-crds
|
|
|
|
- release: v3.12.0
|
|
|
|
+images:
|
|
|
|
+ gatekeeper:
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
|
|
|
|
+ tag: v3.12.0
|
|
|
|
+ gatekeepercrd:
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
|
|
+ tag: v3.12.0
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
|
|
|
preInstall:
|
|
|
|
@@ -52,8 +55,8 @@
|
2021-07-28 15:39:44 +00:00
|
|
|
labelNamespace:
|
2022-08-22 07:07:17 +00:00
|
|
|
enabled: false
|
2021-07-28 15:39:44 +00:00
|
|
|
image:
|
2022-04-08 11:22:59 +00:00
|
|
|
- repository: openpolicyagent/gatekeeper-crds
|
2023-04-25 21:55:02 +00:00
|
|
|
- tag: v3.12.0
|
2021-07-28 15:39:44 +00:00
|
|
|
+ repository: rancher/kubectl
|
|
|
|
+ tag: v1.20.2
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2022-08-22 07:07:17 +00:00
|
|
|
extraNamespaces: []
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -82,7 +85,7 @@
|
2022-08-22 07:07:17 +00:00
|
|
|
enabled: true
|
2022-11-18 05:40:28 +00:00
|
|
|
extraRules: []
|
2022-08-22 07:07:17 +00:00
|
|
|
image:
|
|
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
2023-04-25 21:55:02 +00:00
|
|
|
tag: v3.12.0
|
2022-08-22 07:07:17 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -97,7 +100,7 @@
|
2022-08-22 07:07:17 +00:00
|
|
|
probeWebhook:
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
- repository: curlimages/curl
|
|
|
|
+ repository: rancher/mirrored-curlimages-curl
|
|
|
|
tag: 7.83.1
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -121,7 +124,7 @@
|
2022-08-22 07:07:17 +00:00
|
|
|
extraRules: []
|
2022-07-08 13:21:52 +00:00
|
|
|
enabled: false
|
|
|
|
image:
|
|
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
2023-04-25 21:55:02 +00:00
|
|
|
tag: v3.12.0
|
2022-07-08 13:21:52 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -171,7 +174,7 @@
|
2022-04-26 20:01:45 +00:00
|
|
|
weight: 100
|
2022-11-18 05:40:28 +00:00
|
|
|
topologySpreadConstraints: []
|
2022-04-26 20:01:45 +00:00
|
|
|
tolerations: []
|
2022-06-15 04:29:13 +00:00
|
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
2022-04-26 20:01:45 +00:00
|
|
|
+ nodeSelector: {}
|
|
|
|
resources:
|
|
|
|
limits:
|
2023-04-25 21:55:02 +00:00
|
|
|
memory: 512Mi
|
|
|
|
@@ -209,7 +212,7 @@
|
2022-08-22 07:07:17 +00:00
|
|
|
disableCertRotation: true
|
2022-04-26 20:01:45 +00:00
|
|
|
affinity: {}
|
|
|
|
tolerations: []
|
2022-06-15 04:29:13 +00:00
|
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
2022-04-26 20:01:45 +00:00
|
|
|
+ nodeSelector: {}
|
|
|
|
resources:
|
|
|
|
limits:
|
2023-04-25 21:55:02 +00:00
|
|
|
memory: 512Mi
|
|
|
|
@@ -248,10 +251,16 @@
|
2021-07-28 15:39:44 +00:00
|
|
|
pdb:
|
|
|
|
controllerManager:
|
|
|
|
minAvailable: 1
|
2021-05-17 22:30:18 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
2023-01-27 19:41:08 +00:00
|
|
|
+ psp:
|
|
|
|
+ enabled: false
|
2021-05-17 22:30:18 +00:00
|
|
|
+ kubectl:
|
|
|
|
+ repository: rancher/kubectl
|
|
|
|
+ tag: v1.20.2
|
2021-07-28 15:39:44 +00:00
|
|
|
service: {}
|
2022-06-15 04:29:13 +00:00
|
|
|
disabledBuiltins: ["{http.send}"]
|
2023-01-27 19:41:08 +00:00
|
|
|
-psp:
|
|
|
|
- enabled: true
|
|
|
|
upgradeCRDs:
|
|
|
|
enabled: true
|
|
|
|
extraRules: []
|