2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-06-15 04:29:13 +00:00
|
|
|
@@ -30,8 +30,8 @@
|
2021-07-28 15:39:44 +00:00
|
|
|
labelNamespace:
|
|
|
|
enabled: true
|
|
|
|
image:
|
2022-04-08 11:22:59 +00:00
|
|
|
- repository: openpolicyagent/gatekeeper-crds
|
2022-06-15 04:29:13 +00:00
|
|
|
- tag: v3.8.1
|
2021-07-28 15:39:44 +00:00
|
|
|
+ repository: rancher/kubectl
|
|
|
|
+ tag: v1.20.2
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2022-06-15 04:29:13 +00:00
|
|
|
securityContext:
|
2022-07-08 13:21:52 +00:00
|
|
|
@@ -47,7 +47,7 @@
|
|
|
|
deleteWebhookConfigurations:
|
|
|
|
enabled: false
|
|
|
|
image:
|
|
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
|
|
tag: v3.8.1
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
2022-06-15 04:29:13 +00:00
|
|
|
@@ -60,10 +60,13 @@
|
|
|
|
runAsGroup: 999
|
|
|
|
runAsNonRoot: true
|
|
|
|
runAsUser: 1000
|
2021-09-30 13:12:04 +00:00
|
|
|
-image:
|
2021-05-17 22:30:18 +00:00
|
|
|
- repository: openpolicyagent/gatekeeper
|
2021-09-16 23:57:00 +00:00
|
|
|
- crdRepository: openpolicyagent/gatekeeper-crds
|
2022-06-15 04:29:13 +00:00
|
|
|
- release: v3.8.1
|
2021-09-30 13:12:04 +00:00
|
|
|
+images:
|
|
|
|
+ gatekeeper:
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
|
2022-06-15 04:29:13 +00:00
|
|
|
+ tag: v3.8.1
|
2021-09-30 13:12:04 +00:00
|
|
|
+ gatekeepercrd:
|
|
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
2022-06-15 04:29:13 +00:00
|
|
|
+ tag: v3.8.1
|
2021-05-17 22:30:18 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
pullSecrets: []
|
|
|
|
podAnnotations:
|
2022-06-15 04:29:13 +00:00
|
|
|
@@ -93,7 +96,7 @@
|
2022-04-26 20:01:45 +00:00
|
|
|
topologyKey: kubernetes.io/hostname
|
|
|
|
weight: 100
|
|
|
|
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:
|
|
|
|
cpu: 1000m
|
2022-06-15 04:29:13 +00:00
|
|
|
@@ -118,7 +121,7 @@
|
2022-04-26 20:01:45 +00:00
|
|
|
priorityClassName: system-cluster-critical
|
|
|
|
affinity: {}
|
|
|
|
tolerations: []
|
2022-06-15 04:29:13 +00:00
|
|
|
- nodeSelector: {kubernetes.io/os: linux}
|
2022-04-26 20:01:45 +00:00
|
|
|
+ nodeSelector: {}
|
|
|
|
writeToRAMDisk: false
|
|
|
|
resources:
|
|
|
|
limits:
|
2022-06-15 04:29:13 +00:00
|
|
|
@@ -150,6 +153,12 @@
|
2021-07-28 15:39:44 +00:00
|
|
|
pdb:
|
|
|
|
controllerManager:
|
|
|
|
minAvailable: 1
|
2021-05-17 22:30:18 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+ 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}"]
|
2022-04-08 11:22:59 +00:00
|
|
|
psp:
|