| commit | 3af43943f99b7a05b1c597c99aa0a3a999e839ec | [log] [tgz] |
|---|---|---|
| author | gio <gio@v0.dodo.cloud> | Tue Apr 16 08:13:50 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Apr 18 17:52:43 2024 +0400 |
| tree | 21e8559e36b37f92760eaf13b1a430010e605d2b | |
| parent | ef01fbb46843e198939f9d844110f7fb6c250015 [diff] [blame] |
Installer: Clean up RepoIO interface Change-Id: If80d7be1460c725b7df9d1d27c9354cb9141acfe
diff --git a/core/installer/cmd/bootstrap.go b/core/installer/cmd/bootstrap.go index 9b68529..e6385b5 100644 --- a/core/installer/cmd/bootstrap.go +++ b/core/installer/cmd/bootstrap.go
@@ -106,6 +106,7 @@ installer.NewFSChartLoader(bootstrapFlags.chartsDir), nsCreator, installer.NewActionConfigFactory(rootFlags.kubeConfig), + installer.NewInMemoryAppRepository(installer.CreateAllApps()), ) return b.Run(envConfig) }