From a8b93399ff48db890754a3e9a0a14f3d02d761fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 May 2026 12:45:22 +0000 Subject: [PATCH] Update alpine/k8s Docker tag to v1.36.1 --- .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 619dacb..c25be1f 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.36.0 + image: alpine/k8s:1.36.1 environment: KUBECONFIG: /woodpecker/kubeconfig commands: