diff --git a/config/master/calico.yaml b/config/master/calico.yaml index c113712fa3..1d02c0b41e 100644 --- a/config/master/calico.yaml +++ b/config/master/calico.yaml @@ -32,7 +32,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: quay.io/calico/node:v3.16.2 + image: docker.io/calico/node:v3.16.2 envFrom: - configMapRef: # Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode. @@ -565,7 +565,7 @@ spec: securityContext: fsGroup: 65534 containers: - - image: quay.io/calico/typha:v3.16.2 + - image: docker.io/calico/typha:v3.16.2 name: calico-typha ports: - containerPort: 5473 @@ -707,7 +707,7 @@ spec: nodeSelector: beta.kubernetes.io/os: linux containers: - - image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.7.1 + - image: k8s.gcr.io/cpa/cluster-proportional-autoscaler:1.8.3 name: autoscaler command: - /cluster-proportional-autoscaler