Skip to content

Commit

Permalink
dont verify helm chart downloads yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Sep 16, 2021
1 parent 4b6f057 commit b9363c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/helm/charts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

Expand Down

0 comments on commit b9363c8

Please sign in to comment.