Skip to content

Commit

Permalink
add retries for chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Jul 16, 2024
1 parent 1dd636c commit 5ce5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/releaser/cr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ check_charts_released() {
local folders=("$@")
local unreleased_charts=()
local retries=5
local delay=10
local delay=5

prepare_helm_repo

Expand Down

0 comments on commit 5ce5168

Please sign in to comment.