Skip to content

Commit

Permalink
fix: devel (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Sep 1, 2024
1 parent 0e3eada commit 5d71fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) {
helmChartName,
"--version",
helmChartVersion,
"kubefirst/kubefirst",
"konstruct/kubefirst",
"--set",
"console.ingress.createTraefikRoute=true",
"--set",
Expand Down Expand Up @@ -325,6 +325,7 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) {
"kubefirst-api.serviceAccount.createClusterRoleBinding=true",
"--set",
"kubefirst-api-ee.serviceAccount.createClusterRoleBinding=true",
"--devel",
}

if len(additionalHelmFlags) > 0 {
Expand Down
2 changes: 1 addition & 1 deletion internal/launch/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package launch
const (
consoleURL = "https://console.kubefirst.dev"
helmChartName = "kubefirst"
helmChartRepoName = "kubefirst"
helmChartRepoName = "konstruct"
helmChartRepoURL = "https://charts.konstruct.io"
helmChartVersion = "2.5.11"
namespace = "kubefirst"
Expand Down

0 comments on commit 5d71fa1

Please sign in to comment.