Skip to content

Commit

Permalink
fix: 1879 - launch up can depend on api default for isClusterZero (#1880
Browse files Browse the repository at this point in the history
)

* fix: 1879 - launch up can lean on default isClusterZero opinion

* adopt 2.3.4
  • Loading branch information
johndietz authored Oct 30, 2023
1 parent 8c6c17c commit 0da5610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) {
"--set",
"console.ingress.createTraefikRoute=true",
"--set",
"kubefirst-api.env[0].name=IS_CLUSTER_ZERO",
"--set",
"kubefirst-api.env[0].value='true'",
"--set",
fmt.Sprintf("global.kubefirstVersion=%s", configs.K1Version),
"--set",
"global.cloudProvider=k3d",
Expand Down
2 changes: 1 addition & 1 deletion internal/launch/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
helmChartName = "kubefirst"
helmChartRepoName = "kubefirst"
helmChartRepoURL = "https://charts.kubefirst.com"
helmChartVersion = "2.3.3"
helmChartVersion = "2.3.4"
namespace = "kubefirst"
secretName = "kubefirst-initial-secrets"
)

0 comments on commit 0da5610

Please sign in to comment.