Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 5919ac5

Browse files
authored
Change backoff for helm load (#232)
1 parent dec4137 commit 5919ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/helm/chart_loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (cl *remoteChartLoader) Load(ctx context.Context, c *castai.ChartSource) (*
4343

4444
err := waitext.Retry(
4545
ctx,
46-
waitext.NewConstantBackoff(1*time.Second),
46+
waitext.DefaultExponentialBackoff(),
4747
defaultOperationRetries,
4848
func(ctx context.Context) (bool, error) {
4949
var archiveURL string

0 commit comments

Comments
 (0)