From c8f90f0f8d48df4bea50cb7988b01d1cd1ba7720 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 5 Apr 2023 20:15:31 +0200 Subject: [PATCH] Update calico --- .../tasks/install/server/network-plugin/deploy_calico.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/tasks/install/server/network-plugin/deploy_calico.yml b/kubernetes/tasks/install/server/network-plugin/deploy_calico.yml index da366da..7cd2955 100644 --- a/kubernetes/tasks/install/server/network-plugin/deploy_calico.yml +++ b/kubernetes/tasks/install/server/network-plugin/deploy_calico.yml @@ -1,5 +1,5 @@ - name: Deploy calico operator - command: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.3/manifests/tigera-operator.yaml + command: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml register: command changed_when: "'created' in command.stdout" run_once: true