Skip to content

Commit cef4469

Browse files
committed
fixup! Use capzicommunity ACR cache references for calico/tigera images
1 parent 8458277 commit cef4469

File tree

40 files changed

+240
-240
lines changed

40 files changed

+240
-240
lines changed

templates/addons/cluster-api-helm/calico-dual-stack.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ spec:
5757
- key: node-role.kubernetes.io/control-plane
5858
operator: Exists
5959
registry: capzcicommunity.azurecr.io
60-
# Image and registry configuration for the tigera/operator pod.
61-
tigeraOperator:
62-
image: tigera/operator
63-
registry: capzcicommunity.azurecr.io
64-
calicoctl:
65-
image: capzcicommunity.azurecr.io/calico/ctl
60+
# Image and registry configuration for the tigera/operator pod.
61+
tigeraOperator:
62+
image: tigera/operator
63+
registry: capzcicommunity.azurecr.io
64+
calicoctl:
65+
image: capzcicommunity.azurecr.io/calico/ctl
6666
# By default, tigera tolerates all NoSchedule taints. This breaks upgrades
6767
# when it continuously gets scheduled onto an out-of-date Node that is being
6868
# deleted. Tolerate only the NoSchedule taints that are expected.

templates/addons/cluster-api-helm/calico-ipv6.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ spec:
5252
- key: node-role.kubernetes.io/control-plane
5353
operator: Exists
5454
registry: capzcicommunity.azurecr.io
55-
# Image and registry configuration for the tigera/operator pod.
56-
tigeraOperator:
57-
image: tigera/operator
58-
registry: capzcicommunity.azurecr.io
59-
calicoctl:
60-
image: capzcicommunity.azurecr.io/calico/ctl
55+
# Image and registry configuration for the tigera/operator pod.
56+
tigeraOperator:
57+
image: tigera/operator
58+
registry: capzcicommunity.azurecr.io
59+
calicoctl:
60+
image: capzcicommunity.azurecr.io/calico/ctl
6161
# By default, tigera tolerates all NoSchedule taints. This breaks upgrades
6262
# when it continuously gets scheduled onto an out-of-date Node that is being
6363
# deleted. Tolerate only the NoSchedule taints that are expected.

templates/addons/cluster-api-helm/calico.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ spec:
5252
registry: capzcicommunity.azurecr.io
5353
serviceCIDRs:
5454
- 10.96.0.0/12 # must match cluster service CIDR (this is the default)
55-
# Image and registry configuration for the tigera/operator pod
56-
tigeraOperator:
57-
image: tigera/operator
58-
registry: capzcicommunity.azurecr.io
59-
calicoctl:
60-
image: capzcicommunity.azurecr.io/calico/ctl
55+
# Image and registry configuration for the tigera/operator pod
56+
tigeraOperator:
57+
image: tigera/operator
58+
registry: capzcicommunity.azurecr.io
59+
calicoctl:
60+
image: capzcicommunity.azurecr.io/calico/ctl
6161
# when kubernetesServiceEndpoint (required for windows) is added
6262
# DNS configuration is needed to look up the api server name properly
6363
# https://github.com/projectcalico/calico/issues/9536

templates/test/ci/cluster-template-prow-apiserver-ilb-custom-images.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-apiserver-ilb.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-dra.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-dual-stack.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version-md-and-mp.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-ci-version.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)