From b16a9a1a7d59442a7bbe41439e45280f5df3ca61 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2026 02:01:15 +0000 Subject: [PATCH] Update alpine/k8s Docker tag to v1.36.0 --- .woodpecker/flux-reconcile-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/flux-reconcile-source.yaml b/.woodpecker/flux-reconcile-source.yaml index dd3c057..c6089dc 100644 --- a/.woodpecker/flux-reconcile-source.yaml +++ b/.woodpecker/flux-reconcile-source.yaml @@ -20,7 +20,7 @@ steps: - export VAULT_TOKEN=$(cat /woodpecker/.vault_id) - bao write -format json -f /kubernetes/creds/flux-reconcile > /woodpecker/kube_credentials - name: Construct Kubeconfig - image: alpine/k8s:1.35.4 + image: alpine/k8s:1.36.0 environment: KUBECONFIG: /woodpecker/kubeconfig commands: