| commit | 09a3e5b6179f524963b2786d4c7f2fc6f50e2b6f | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri Apr 26 14:11:06 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Apr 30 18:13:39 2024 +0400 |
| tree | a5c430a494dc70d6da128827ed1c79294242ccfc | |
| parent | 778577fa26e41103dcc4ad9775a017728094af39 [diff] [blame] |
Env: configure urls and help documents Change-Id: I9522e074575e0c1e67735462ac4cc266ab1ebb8c
diff --git a/core/installer/app_manager.go b/core/installer/app_manager.go index 8ca42f2..56129f5 100644 --- a/core/installer/app_manager.go +++ b/core/installer/app_manager.go
@@ -54,6 +54,7 @@ } func (m *AppManager) FindAllInstances() ([]AppInstanceConfig, error) { + m.repoIO.Pull() kust, err := soft.ReadKustomization(m.repoIO, filepath.Join(m.appDirRoot, "kustomization.yaml")) if err != nil { return nil, err