Skip to content

Commit

Permalink
adopt helm chart 2.1.0 (#1594)
Browse files Browse the repository at this point in the history
* adopt helm chart 2.1.0

* feat: kubefirst version for console

---------

Co-authored-by: CristhianF7 <[email protected]>
  • Loading branch information
johndietz and CristhianF7 authored Jun 9, 2023
1 parent 2d33072 commit 2c4dcd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

"github.com/kubefirst/kubefirst/internal/helm"
k3dint "github.com/kubefirst/kubefirst/internal/k3d"
"github.com/kubefirst/runtime/configs"
"github.com/kubefirst/runtime/pkg"
"github.com/kubefirst/runtime/pkg/downloadManager"
"github.com/kubefirst/runtime/pkg/helpers"
Expand All @@ -35,7 +36,7 @@ const (
helmChartName = "kubefirst"
helmChartRepoName = "kubefirst"
helmChartRepoURL = "https://charts.kubefirst.com"
helmChartVersion = "0.0.30"
helmChartVersion = "2.1.0"
namespace = "kubefirst"
secretName = "kubefirst-initial-secrets"
)
Expand Down Expand Up @@ -325,6 +326,8 @@ func launchUp() *cobra.Command {
"--set",
"console.ingress.createTraefikRoute=true",
"--set",
fmt.Sprintf("console.chartVersion=%s", configs.K1Version),
"--set",
"kubefirst-api.installMethod=kubefirst-launch",
}

Expand Down

0 comments on commit 2c4dcd8

Please sign in to comment.