Update k3d version to use

This commit is contained in:
Till Faelligen 2024-01-26 10:32:33 +01:00
parent 4c1fa33395
commit 718dfbd119
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -66,7 +66,7 @@ jobs:
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.21
version: v1.28
- name: Remove node taints
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true