--- charts-original/values.yaml +++ charts/values.yaml @@ -3,6 +3,12 @@ installation: enabled: true kubernetesProvider: "" + calicoNetwork: + bgp: Disabled + ipPools: + - natOutgoing: Enabled + encapsulation: VXLAN + cidr: 10.42.0.0/16 certs: node: @@ -17,9 +23,13 @@ # Configuration for the tigera operator tigeraOperator: - image: tigera/operator + registry: docker.io + image: rancher/mirrored-calico-operator version: v1.15.1 - registry: quay.io + calicoctl: - image: quay.io/docker.io/calico/ctl + image: rancher/mirrored-calico-ctl tag: v3.18.1 + +global: + systemDefaultRegistry: ""