From 156968a1c987b58f55baf4a374fd503070f8bcb4 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 20 Dec 2025 05:51:42 +0000 Subject: [PATCH] Automated Manifest Update (#2751) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2751 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/vault/ConfigMap-vault-snapshot-script.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/manifests/vault/ConfigMap-vault-snapshot-script.yaml b/clusters/cl01tl/manifests/vault/ConfigMap-vault-snapshot-script.yaml index d22df5ddf..0fcea2377 100644 --- a/clusters/cl01tl/manifests/vault/ConfigMap-vault-snapshot-script.yaml +++ b/clusters/cl01tl/manifests/vault/ConfigMap-vault-snapshot-script.yaml @@ -12,6 +12,8 @@ data: MAX_RETRIES=5 SUCCESS=false + apk update --short + for i in $(seq 1 "$MAX_RETRIES"); do if apk update --short > /dev/null 2>&1; then echo ">> Attempt $i: Repositories are reachable";