Skip to content

Commit d3c5227

Browse files
authored
new version of calico (#52)
1 parent 99a6fdc commit d3c5227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/service/k3s_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _install_calico_cni(self, ssh_client, task_id: str):
235235
try:
236236
log.info("Installing Calico CNI...")
237237
commands = [
238-
"curl -O https://raw.githubusercontent.com/projectcalico/calico/refs/tags/v3.28.2/manifests/calico.yaml",
238+
"curl -O https://raw.githubusercontent.com/projectcalico/calico/refs/tags/v3.29.3/manifests/calico.yaml",
239239
'yq eval-all \'(select(.kind == "DaemonSet" and .metadata.name == "calico-node").spec.template.spec.containers[] | select(.name == "calico-node").env) += {"name": "IP_AUTODETECTION_METHOD", "value": "kubernetes-internal-ip"}\' -i calico.yaml',
240240
"kubectl apply -f calico.yaml",
241241
]

0 commit comments

Comments
 (0)