Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Fix k3d version (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon authored Nov 9, 2021
1 parent 2d00f1a commit 22d9b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ orbs:
- run:
name: Set up K3d
command: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v4.4.8 bash
k3d cluster create --image ${K3S_IMAGE} --wait
mkdir -p ${HOME}/.kube
- checkout:
Expand Down

0 comments on commit 22d9b20

Please sign in to comment.