diff --git a/pkg/helm/actions/utility.go b/pkg/helm/actions/utility.go index 2912b4d033..0d10876c9e 100644 --- a/pkg/helm/actions/utility.go +++ b/pkg/helm/actions/utility.go @@ -129,7 +129,10 @@ func getChartInfoFromChartUrl( } } } - return nil, fmt.Errorf("could not find a repository for the chart url %q in namespace %q", chartUrl, namespace) + klog.Infof("Could not find a repository for the chart url %q in namespace %q, proceeding without repository authentication", chartUrl, namespace) + return &ChartInfo{ + Version: chartVersionFromURL(chartUrl), + }, nil } // getRepositoryConnectionConfig returns the connection configuration for the