From 7569fad4385b9bc6c7efda96c8cc41f0ef43917b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Sep 2026 02:01:44 +0000 Subject: [PATCH] Update alpine/k8s Docker tag to v1.37.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 98436a7..d6e4f18 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.2 + image: alpine/k8s:1.37.0 environment: KUBECONFIG: /woodpecker/kubeconfig commands: