Skip to content

Commit

Permalink
Calico default bump and calicoctl tag added.
Browse files Browse the repository at this point in the history
 - Bumped default calico version to 3..24.2 for 1.23 k8s support
 - Added support for calico_tag for calicoctl install
  • Loading branch information
darmach committed Jan 16, 2024
1 parent 80faca5 commit 25b389d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EOF
done
popd
fi
curl -L https://github.com/projectcalico/calico/releases/download/v3.27.0/calicoctl-linux-amd64 -o /srv/magnum/bin/kubectl-calico
curl -L https://github.com/projectcalico/calico/releases/download/${CALICO_TAG}/calicoctl-linux-amd64 -o /srv/magnum/bin/kubectl-calico
chmod +x /srv/magnum/bin/kubectl-calico
until (kubectl calico get ipPool | grep default-ipv4-ippool); do
sleep 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ parameters:
calico_tag:
type: string
description: tag of the calico containers used to provision the calico node
default: v3.21.2
default: v3.25.2

calico_kube_controllers_tag:
type: string
Expand Down

0 comments on commit 25b389d

Please sign in to comment.