Skip to content

Commit

Permalink
fix: gitops template url (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Jan 31, 2025
1 parent d8d50d8 commit 5b87f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 5b87f53

Please sign in to comment.