Skip to content

Commit

Permalink
fix(): update KIND image
Browse files Browse the repository at this point in the history
Signed-off-by: Mridul Gain <[email protected]>
  • Loading branch information
mridulgain committed Apr 15, 2024
1 parent e754982 commit 17ba824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/start-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ln -s /opt/kubectx/kubens /usr/local/bin/kubens

# Create controller kind cluster if not present
if [ ! $(kind get clusters | grep controller) ];then
kind create cluster --name controller --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.24.15
kind create cluster --name controller --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.29.2

# Install Calico calico on controller-cluster
echo "Installing calico on controller-cluster"
Expand Down

0 comments on commit 17ba824

Please sign in to comment.