diff --git a/internal/helm/chart_loader.go b/internal/helm/chart_loader.go index 405b13e5..d2d5f7a0 100644 --- a/internal/helm/chart_loader.go +++ b/internal/helm/chart_loader.go @@ -43,7 +43,7 @@ func (cl *remoteChartLoader) Load(ctx context.Context, c *castai.ChartSource) (* err := waitext.Retry( ctx, - waitext.NewConstantBackoff(1*time.Second), + waitext.DefaultExponentialBackoff(), defaultOperationRetries, func(ctx context.Context) (bool, error) { var archiveURL string