diff --git a/upup/models/bindata.go b/upup/models/bindata.go index d80efc14a56a5..0b7c71ff30b9e 100644 --- a/upup/models/bindata.go +++ b/upup/models/bindata.go @@ -12445,7 +12445,7 @@ spec: # It can be deleted if this is a fresh installation, or if you have already # upgraded to use calico-ipam. - name: upgrade-ipam - image: calico/cni:v3.16.0 + image: calico/cni:v3.16.0-0-g5389d4a command: ["/opt/cni/bin/calico-ipam", "-upgrade"] envFrom: - configMapRef: @@ -12472,7 +12472,7 @@ spec: # This container installs the CNI binaries # and CNI network config file on each node. - name: install-cni - image: calico/cni:v3.16.0 + image: calico/cni:v3.16.0-0-g5389d4a command: ["/opt/cni/bin/install"] envFrom: - configMapRef: diff --git a/upup/models/cloudup/resources/addons/networking.projectcalico.org/k8s-1.16.yaml.template b/upup/models/cloudup/resources/addons/networking.projectcalico.org/k8s-1.16.yaml.template index b5646c40012db..4c052b2dd8899 100644 --- a/upup/models/cloudup/resources/addons/networking.projectcalico.org/k8s-1.16.yaml.template +++ b/upup/models/cloudup/resources/addons/networking.projectcalico.org/k8s-1.16.yaml.template @@ -3709,7 +3709,7 @@ spec: # It can be deleted if this is a fresh installation, or if you have already # upgraded to use calico-ipam. - name: upgrade-ipam - image: calico/cni:v3.16.0 + image: calico/cni:v3.16.0-0-g5389d4a command: ["/opt/cni/bin/calico-ipam", "-upgrade"] envFrom: - configMapRef: @@ -3736,7 +3736,7 @@ spec: # This container installs the CNI binaries # and CNI network config file on each node. - name: install-cni - image: calico/cni:v3.16.0 + image: calico/cni:v3.16.0-0-g5389d4a command: ["/opt/cni/bin/install"] envFrom: - configMapRef: