Skip to content

Commit

Permalink
fix: lets default to helm 3 in this branch
Browse files Browse the repository at this point in the history
Signed-off-by: James Strachan <[email protected]>
  • Loading branch information
jstrachan committed Feb 27, 2020
1 parent bafcb8f commit 2e16696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/opts/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var (

// UseHelm3 a conditional compilation flag which is false for jx 2.x builds but for alpha / 3.x builds
// is true to default to only using helm 3
UseHelm3 = false
UseHelm3 = true
)

// ModifyDevEnvironmentFn a callback to create/update the development Environment
Expand Down

0 comments on commit 2e16696

Please sign in to comment.