--- charts-original/values.yaml +++ charts/values.yaml @@ -37,8 +37,8 @@ labelNamespace: enabled: false image: - repository: openpolicyagent/gatekeeper-crds - tag: v3.10.0 + repository: rancher/kubectl + tag: v1.20.2 pullPolicy: IfNotPresent pullSecrets: [] extraNamespaces: [] @@ -66,7 +66,7 @@ enabled: true extraRules: [] image: - repository: openpolicyagent/gatekeeper-crds + repository: rancher/mirrored-openpolicyagent-gatekeeper-crds tag: v3.10.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -80,7 +80,7 @@ probeWebhook: enabled: true image: - repository: curlimages/curl + repository: rancher/mirrored-curlimages-curl tag: 7.83.1 pullPolicy: IfNotPresent pullSecrets: [] @@ -104,7 +104,7 @@ extraRules: [] enabled: false image: - repository: openpolicyagent/gatekeeper-crds + repository: rancher/mirrored-openpolicyagent-gatekeeper-crds tag: v3.10.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -121,10 +121,13 @@ runAsGroup: 999 runAsNonRoot: true runAsUser: 1000 -image: - repository: openpolicyagent/gatekeeper - crdRepository: openpolicyagent/gatekeeper-crds - release: v3.10.0 +images: + gatekeeper: + repository: rancher/mirrored-openpolicyagent-gatekeeper + tag: v3.10.0 + gatekeepercrd: + repository: rancher/mirrored-openpolicyagent-gatekeeper-crds + tag: v3.10.0 pullPolicy: IfNotPresent pullSecrets: [] podAnnotations: {} @@ -159,7 +162,7 @@ weight: 100 topologySpreadConstraints: [] tolerations: [] - nodeSelector: {kubernetes.io/os: linux} + nodeSelector: {} resources: limits: cpu: 1000m @@ -192,7 +195,7 @@ disableCertRotation: true affinity: {} tolerations: [] - nodeSelector: {kubernetes.io/os: linux} + nodeSelector: {} resources: limits: cpu: 1000m @@ -232,10 +235,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: []