diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-01-26 14:41:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 14:41:34 +0100 |
commit | 87f028db27e62cca71dadc5988dc8d37f5f20af4 (patch) | |
tree | a61794f8fb77420a4547746503ba49fb3f997916 /.github | |
parent | 8f68f1ff539b54f82a1fa1026e863a4076d4c9f4 (diff) |
Version 0.13.6 (#3315)v0.13.6helm-dendrite-0.13.7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/k8s.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index af275035..6e2533d9 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -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 |