diff --git a/internal/constants.go b/internal/constants.go index fa5870b8..9344b984 100644 --- a/internal/constants.go +++ b/internal/constants.go @@ -25,7 +25,7 @@ const ( LocalClusterName = "kubefirst" MinimumAvailableDiskSize = 10 // 10 GB KubefirstGitopsRepository = "gitops" - KubefirstGitopsRepositoryURL = "https://github.com/kubefirst/gitops-template" + KubefirstGitopsRepositoryURL = "https://github.com/konstructio/gitops-template" LocalDomainName = "kubefirst.dev" LocalhostARCH = runtime.GOARCH LocalhostOS = runtime.GOOS diff --git a/internal/controller/controller.go b/internal/controller/controller.go index 7f5b0028..d84e4ac5 100644 --- a/internal/controller/controller.go +++ b/internal/controller/controller.go @@ -245,7 +245,7 @@ func (clctrl *ClusterController) InitController(def *types.ClusterDefinition) er return fmt.Errorf("invalid GitOps template configuration: must supply branch when supplying a GitOps template URL") } } else { - clctrl.GitopsTemplateURL = "https://github.com/kubefirst/gitops-template.git" + clctrl.GitopsTemplateURL = "https://github.com/konstructio/gitops-template.git" } switch def.CloudProvider { case "akamai":