Skip to content

Commit 3d28647

Browse files
authored
Merge pull request #1656 from gianlucam76/content-cache
(bug) Helm dependencies: set ContentCache
2 parents 2573323 + 095281f commit 3d28647

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

controllers/handlers_helm.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,7 @@ func checkDependencies(chartRequested *chart.Chart, installClient *action.Instal
16261626
Getters: getter.All(settings),
16271627
RepositoryConfig: settings.RepositoryConfig,
16281628
RepositoryCache: settings.RepositoryCache,
1629+
ContentCache: settings.ContentCache,
16291630
}
16301631
err = man.Update()
16311632
if err != nil {
@@ -1858,6 +1859,7 @@ func prepareChartAndDependencies(
18581859
RepositoryConfig: settings.RepositoryConfig,
18591860
RepositoryCache: settings.RepositoryCache,
18601861
RegistryClient: regClient,
1862+
ContentCache: settings.ContentCache,
18611863
}
18621864

18631865
if err := man.Update(); err != nil {

0 commit comments

Comments
 (0)