rancher-charts/packages/rancher-gatekeeper/generated-changes/patch/values.yaml.patch

104 lines
2.5 KiB
Diff
Raw Normal View History

--- charts-original/values.yaml
+++ charts/values.yaml
2023-08-17 00:33:28 +00:00
@@ -39,10 +39,13 @@
2023-04-25 21:55:02 +00:00
admissionEventsInvolvedNamespace: false
auditEventsInvolvedNamespace: false
resourceQuota: true
-image:
- repository: openpolicyagent/gatekeeper
- crdRepository: openpolicyagent/gatekeeper-crds
2023-08-17 00:33:28 +00:00
- release: v3.13.0
2023-04-25 21:55:02 +00:00
+images:
+ gatekeeper:
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
2023-08-17 00:33:28 +00:00
+ tag: v3.13.0
2023-04-25 21:55:02 +00:00
+ gatekeepercrd:
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
2023-08-17 00:33:28 +00:00
+ tag: v3.13.0
2023-04-25 21:55:02 +00:00
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
2023-08-17 00:33:28 +00:00
@@ -54,8 +57,8 @@
labelNamespace:
2022-08-22 07:07:17 +00:00
enabled: false
image:
2022-04-08 11:22:59 +00:00
- repository: openpolicyagent/gatekeeper-crds
2023-08-17 00:33:28 +00:00
- tag: v3.13.0
+ repository: rancher/kubectl
+ tag: v1.20.2
pullPolicy: IfNotPresent
pullSecrets: []
2022-08-22 07:07:17 +00:00
extraNamespaces: []
2023-08-17 00:33:28 +00:00
@@ -85,7 +88,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-08-17 00:33:28 +00:00
tag: v3.13.0
2022-08-22 07:07:17 +00:00
pullPolicy: IfNotPresent
pullSecrets: []
2023-08-17 00:33:28 +00:00
@@ -101,7 +104,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-08-17 00:33:28 +00:00
@@ -126,14 +129,14 @@
2022-08-22 07:07:17 +00:00
extraRules: []
enabled: false
image:
- repository: openpolicyagent/gatekeeper-crds
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
2023-08-17 00:33:28 +00:00
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
2023-08-17 00:33:28 +00:00
priorityClassName: ""
affinity: {}
tolerations: []
- nodeSelector: {kubernetes.io/os: linux}
+ nodeSelector: {}
resources: {}
securityContext:
allowPrivilegeEscalation: false
2023-08-17 00:33:28 +00:00
@@ -179,7 +182,7 @@
weight: 100
2022-11-18 05:40:28 +00:00
topologySpreadConstraints: []
tolerations: []
2022-06-15 04:29:13 +00:00
- nodeSelector: {kubernetes.io/os: linux}
+ nodeSelector: {}
resources:
limits:
2023-04-25 21:55:02 +00:00
memory: 512Mi
2023-08-17 00:33:28 +00:00
@@ -218,7 +221,7 @@
2022-08-22 07:07:17 +00:00
disableCertRotation: true
affinity: {}
tolerations: []
2022-06-15 04:29:13 +00:00
- nodeSelector: {kubernetes.io/os: linux}
+ nodeSelector: {}
resources:
limits:
2023-04-25 21:55:02 +00:00
memory: 512Mi
2023-08-17 00:33:28 +00:00
@@ -257,10 +260,16 @@
pdb:
controllerManager:
minAvailable: 1
+global:
+ cattle:
+ systemDefaultRegistry: ""
+ psp:
+ enabled: false
+ kubectl:
+ repository: rancher/kubectl
+ tag: v1.20.2
service: {}
2022-06-15 04:29:13 +00:00
disabledBuiltins: ["{http.send}"]
-psp:
- enabled: true
upgradeCRDs:
enabled: true
extraRules: []