File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ main() {
2828 export GMSA=" ${GMSA:- " " } "
2929 export HYPERV=" ${HYPERV:- " " } "
3030 export KPNG=" ${WINDOWS_KPNG:- " " } "
31- export CALICO_VERSION=" ${CALICO_VERSION:- " v3.29.2 " } "
31+ export CALICO_VERSION=" ${CALICO_VERSION:- " v3.31.0 " } "
3232 export TEMPLATE=" ${TEMPLATE:- " windows-ci.yaml" } "
3333 export CAPI_VERSION=" ${CAPI_VERSION:- " v1.7.2" } "
3434 export HELM_VERSION=v3.15.2
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ installation:
1313# Image and registry configuration for the tigera/operator pod.
1414tigeraOperator :
1515 image : tigera/operator
16- registry : mcr.microsoft.com/oss
16+ registry : capzcicommunity.azurecr.io
1717calicoctl :
18- image : mcr.microsoft.com/oss/calico/ctl
18+ image : capzcicommunity.azurecr.io/calico/ctl
19+ # when kubernetesServiceEndpoint need to pass dns to look up the name properly
20+ dnsConfig :
21+ nameservers :
22+ - 127.0.0.53
23+ options :
24+ - name : edns0
25+ - name : trust-ad
You can’t perform that action at this time.
0 commit comments