Skip to content

Commit

Permalink
Pin k3s image version in k3d github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrod16 committed Apr 9, 2024
1 parent 0238927 commit d7ebeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/k3d/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ runs:
- run: "curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash"
shell: bash

- run: k3d cluster delete && k3d cluster create --k3s-arg="--disable=traefik@server:0"
- run: k3d cluster delete && k3d cluster create --k3s-arg="--disable=traefik@server:0" --image="rancher/k3s:v1.28.4-k3s2"
shell: bash

0 comments on commit d7ebeba

Please sign in to comment.