From bb50155d48863e4c3567445dc1c3d12a1ad477ac Mon Sep 17 00:00:00 2001 From: "enix-renovate[bot]" <280654036+enix-renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:41:54 +0000 Subject: [PATCH] chore: update rancher/k3s docker tag to v1.36.3-k3s1 --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 5f4722a..14c2941 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -30,7 +30,7 @@ vars: # always run the same k3s — drift would mean e2e tests don't # exercise what dev does. Renovate-tracked (custom regex manager # in renovate.json5). - K3S_IMAGE: rancher/k3s:v1.36.2-k3s1 + K3S_IMAGE: rancher/k3s:v1.36.3-k3s1 # Shared by `renovate:plan` and `renovate:patch`. Renovate-tracked # (custom regex manager in renovate.json5) and kept in lockstep with # `renovateImage` in dagger/base.go.