installer: use main branch for chart discovery (#92)
Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/core/installer/bootstrapper.go b/core/installer/bootstrapper.go
index 71b18d4..c5de23d 100644
--- a/core/installer/bootstrapper.go
+++ b/core/installer/bootstrapper.go
@@ -455,7 +455,7 @@
interval: 1m0s
url: https://github.com/giolekva/pcloud
ref:
- branch: cuelang
+ branch: main
`, env.Name)))
if err != nil {
return err
diff --git a/core/installer/tasks/infra.go b/core/installer/tasks/infra.go
index cd7ad14..59bc986 100644
--- a/core/installer/tasks/infra.go
+++ b/core/installer/tasks/infra.go
@@ -82,7 +82,7 @@
interval: 1m0s
url: https://github.com/giolekva/pcloud
ref:
- branch: cuelang
+ branch: main
`, env.Name)
if err != nil {
return err