Skip to content

Commit 121178a

Browse files
committed
more updates
1 parent a0b8d1c commit 121178a

31 files changed

+67
-0
lines changed

templates/addons/calico/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ installation:
1010
- cidr: 192.168.0.0/16
1111
encapsulation: VXLAN
1212
windowsDataplane: HNS
13+
registry: quay.io
14+
# Image and registry configuration for the tigera/operator pod.
15+
tigeraOperator:
16+
image: tigera/operator
17+
registry: quay.io
18+
calicoctl:
19+
image: quay.io/calico/ctl
1320
serviceCIDRs:
1421
- 10.96.0.0/12 # must match cluster service CIDR (this is the default)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
tigeraOperator:
3030
image: tigera/operator
3131
registry: quay.io
32+
calicoctl:
33+
image: quay.io/calico/ctl
3234
# when kubernetesServiceEndpoint (required for windows) is added
3335
# DNS configuration is needed to look up the api server name properly
3436
# https://github.com/projectcalico/calico/issues/9536

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

Lines changed: 2 additions & 0 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: 2 additions & 0 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: 2 additions & 0 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: 2 additions & 0 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-clusterclass-ci-rke2.yaml

Lines changed: 2 additions & 0 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-custom-vnet.yaml

Lines changed: 2 additions & 0 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-edgezone.yaml

Lines changed: 2 additions & 0 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-flatcar-sysext.yaml

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

0 commit comments

Comments
 (0)