From b7a20c9116ae2d0ba0fd1d084d25d776d0747e47 Mon Sep 17 00:00:00 2001 From: codecrafter404 <60842859+codecrafter404@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:01:30 +0000 Subject: [PATCH] Update to k3s v1.35.0+k3s3 --- .github/workflows/build-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 15ee815..7bf1f5f 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -16,7 +16,7 @@ permissions: models: none env: BASE_IMAGE: "alpine:3.21" - KUBERNETES_VERSION: "v1.35.0+k3s1" + KUBERNETES_VERSION: "v1.35.0+k3s3" jobs: setup-version: runs-on: ubuntu-24.04