From 272260ef866a4dd76a798b82dda0074e43c2e9df Mon Sep 17 00:00:00 2001 From: Lachezar Tsonov Date: Mon, 23 Feb 2026 16:11:14 +0200 Subject: [PATCH] Change backoff for helm load --- internal/helm/chart_loader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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