Skip to content

Commit 6eff9b2

Browse files
committed
ci: update install-k3s step to fix issue with latest ubuntu runners
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent fcbfc85 commit 6eff9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
SETUP_BUILDX_VERSION: "edge"
3030
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
3131
DESTDIR: "./bin"
32-
K3S_VERSION: "v1.21.2-k3s1"
32+
K3S_VERSION: "v1.32.2+k3s1"
3333

3434
jobs:
3535
build:
@@ -153,7 +153,7 @@ jobs:
153153
-
154154
name: Install k3s
155155
if: matrix.driver == 'kubernetes'
156-
uses: crazy-max/.github/.github/actions/install-k3s@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
156+
uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a
157157
with:
158158
version: ${{ env.K3S_VERSION }}
159159
-

0 commit comments

Comments
 (0)