mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
Update k3d version to use
This commit is contained in:
parent
4c1fa33395
commit
718dfbd119
2
.github/workflows/k8s.yml
vendored
2
.github/workflows/k8s.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue