From 92893836bad08683330442da37e3f3fc1d57cc45 Mon Sep 17 00:00:00 2001 From: nam Date: Tue, 16 Jul 2024 16:56:40 +0200 Subject: [PATCH] add retries for chart releaser --- .github/actions/releaser/cr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/releaser/cr.sh b/.github/actions/releaser/cr.sh index caa68046..14002242 100755 --- a/.github/actions/releaser/cr.sh +++ b/.github/actions/releaser/cr.sh @@ -100,6 +100,7 @@ check_charts_released() { fi echo "Retrying in ${delay} seconds... ($((i+1))/$retries)" sleep "${delay}" + helm repo update mongodb done if [ "$released" = false ]; then