mirror of https://git.rancher.io/charts
47 lines
1.0 KiB
Diff
47 lines
1.0 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,5 +1,5 @@
|
|
replicas: 3
|
|
-auditInterval: 60
|
|
+auditInterval: 300
|
|
auditMatchKindOnly: false
|
|
constraintViolationsLimit: 20
|
|
auditFromCache: false
|
|
@@ -22,14 +22,17 @@
|
|
labelNamespace:
|
|
enabled: true
|
|
image:
|
|
- repository: openpolicyagent/gatekeeper-crds
|
|
- tag: v3.7.1
|
|
+ repository: rancher/kubectl
|
|
+ tag: v1.20.2
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
-image:
|
|
- repository: openpolicyagent/gatekeeper
|
|
- crdRepository: openpolicyagent/gatekeeper-crds
|
|
- release: v3.7.1
|
|
+images:
|
|
+ gatekeeper:
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
|
|
+ tag: v3.7.1
|
|
+ gatekeepercrd:
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
|
+ tag: v3.7.1
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
podAnnotations:
|
|
@@ -89,6 +92,12 @@
|
|
pdb:
|
|
controllerManager:
|
|
minAvailable: 1
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+ kubectl:
|
|
+ repository: rancher/kubectl
|
|
+ tag: v1.20.2
|
|
service: {}
|
|
disabledBuiltins:
|
|
psp:
|