--- charts-original/values.yaml +++ charts/values.yaml @@ -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 @@ labelNamespace: enabled: false image: - repository: openpolicyagent/gatekeeper-crds - tag: v3.12.0 + repository: rancher/kubectl + tag: v1.20.2 pullPolicy: IfNotPresent pullSecrets: [] extraNamespaces: [] @@ -82,7 +85,7 @@ enabled: true extraRules: [] image: - repository: openpolicyagent/gatekeeper-crds + repository: rancher/mirrored-openpolicyagent-gatekeeper-crds tag: v3.12.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -97,7 +100,7 @@ probeWebhook: enabled: true image: - repository: curlimages/curl + repository: rancher/mirrored-curlimages-curl tag: 7.83.1 pullPolicy: IfNotPresent pullSecrets: [] @@ -121,7 +124,7 @@ extraRules: [] enabled: false image: - repository: openpolicyagent/gatekeeper-crds + repository: rancher/mirrored-openpolicyagent-gatekeeper-crds tag: v3.12.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -171,7 +174,7 @@ weight: 100 topologySpreadConstraints: [] tolerations: [] - nodeSelector: {kubernetes.io/os: linux} + nodeSelector: {} resources: limits: memory: 512Mi @@ -209,7 +212,7 @@ disableCertRotation: true affinity: {} tolerations: [] - nodeSelector: {kubernetes.io/os: linux} + nodeSelector: {} resources: limits: memory: 512Mi @@ -248,10 +251,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: []