From c8f822f07c1eff6336ade1bd3777e7b6ae6c43de Mon Sep 17 00:00:00 2001 From: codecrafter404 <60842859+codecrafter404@users.noreply.github.com> Date: Fri, 22 May 2026 07:39:53 +0000 Subject: [PATCH] Update to k3s v1.36.1+k3s1 --- .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 65caa6d..5aa92e4 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+k3s3" + KUBERNETES_VERSION: "v1.36.1+k3s1" jobs: setup-version: runs-on: ubuntu-24.04