4747 # It can be deleted if this is a fresh installation, or if you have already
4848 # upgraded to use calico-ipam.
4949 - name : upgrade-ipam
50- image : ghcr.io/converged-computing/usernetes:calico-cni
51- # image: quay.io/calico/cni:v3.31.3
50+ image : quay.io/calico/cni:v3.31.3
5251 imagePullPolicy : IfNotPresent
5352 command : ["/opt/cni/bin/calico-ipam", "-upgrade"]
5453 envFrom :
7675 # This container installs the CNI binaries
7776 # and CNI network config file on each node.
7877 - name : install-cni
79- image : ghcr.io/converged-computing/usernetes:calico-cni
80- # image: quay.io/calico/cni:v3.31.3
78+ image : quay.io/calico/cni:v3.31.3
8179 imagePullPolicy : IfNotPresent
8280 command : ["/opt/cni/bin/install"]
8381 envFrom :
@@ -121,7 +119,6 @@ spec:
121119 # networking to allow communication with the API Server. Calico-node initialization is executed
122120 # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptables mode.
123121 - name : " ebpf-bootstrap"
124- # image: ghcr.io/converged-computing/usernetes:calico-node
125122 image : quay.io/calico/node:v3.31.3
126123 imagePullPolicy : IfNotPresent
127124 command : ["calico-node", "-init", "-best-effort"]
@@ -148,7 +145,7 @@ spec:
148145 # container programs network policy and routes on each
149146 # host.
150147 - name : calico-node
151- image : ghcr .io/converged-computing/usernetes: calico- node
148+ image : quay .io/calico/ node:v3.31.3
152149 imagePullPolicy : IfNotPresent
153150 envFrom :
154151 - configMapRef :
0 commit comments