diff --git a/cli/internal/helm/charts.go b/cli/internal/helm/charts.go index 7ed541217e..27e9194589 100644 --- a/cli/internal/helm/charts.go +++ b/cli/internal/helm/charts.go @@ -57,7 +57,7 @@ func DownloadPublishedChart(chart config.ZarfChart, destination string) { // Setup the chart downloader downloader := downloader.ChartDownloader{ Out: &out, - Verify: downloader.VerifyIfPossible, + Verify: downloader.VerifyNever, Getters: getter.All(pull.Settings), }