Automated Manifest Update (#2751)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2751 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2751.
This commit is contained in:
@@ -12,6 +12,8 @@ data:
|
|||||||
MAX_RETRIES=5
|
MAX_RETRIES=5
|
||||||
SUCCESS=false
|
SUCCESS=false
|
||||||
|
|
||||||
|
apk update --short
|
||||||
|
|
||||||
for i in $(seq 1 "$MAX_RETRIES"); do
|
for i in $(seq 1 "$MAX_RETRIES"); do
|
||||||
if apk update --short > /dev/null 2>&1; then
|
if apk update --short > /dev/null 2>&1; then
|
||||||
echo ">> Attempt $i: Repositories are reachable";
|
echo ">> Attempt $i: Repositories are reachable";
|
||||||
|
|||||||
Reference in New Issue
Block a user