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

Commit 22d9b20

Browse files
authored
Fix k3d version (#380)
1 parent 2d00f1a commit 22d9b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ orbs:
4040
- run:
4141
name: Set up K3d
4242
command: |
43-
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
43+
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v4.4.8 bash
4444
k3d cluster create --image ${K3S_IMAGE} --wait
4545
mkdir -p ${HOME}/.kube
4646
- checkout:

0 commit comments

Comments
 (0)