Skip to content

Commit

Permalink
fix: devel
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 committed Aug 30, 2024
1 parent 8513884 commit 5600a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions internal/launch/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ package launch
const (
consoleURL = "https://console.kubefirst.dev"
helmChartName = "kubefirst"
helmChartRepoName = "kubefirst"
helmChartRepoName = "konstruct"
helmChartRepoURL = "https://charts.konstruct.io"
helmChartVersion = "v2.5.5-rc3"
helmChartVersion = "2.5.7-rc1"
namespace = "kubefirst"
secretName = "kubefirst-initial-secrets"
)

0 comments on commit 5600a21

Please sign in to comment.