Skip to content

Commit

Permalink
dev-doctor: Update minimum helm version
Browse files Browse the repository at this point in the history
Helm install may fail with following error on older versions -

`
Error: parse error at (cilium/templates/validate.yaml:38): unclosed action
`

Suggested-by: Chris Tarazi <chris@isovalent.com>
Signed-off-by: Aditi Ghag <aditi@cilium.io>
  • Loading branch information
aditighag authored and borkmann committed Jul 8, 2022
1 parent a831b3e commit 4298879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev-doctor/rootcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func rootCmdRun(cmd *cobra.Command, args []string) {
ifNotFound: checkWarning,
versionArgs: []string{"version"},
versionRegexp: regexp.MustCompile(`Version:"v(\d+\.\d+\.\d+)"`),
minVersion: &semver.Version{Major: 3, Minor: 0, Patch: 0},
minVersion: &semver.Version{Major: 3, Minor: 6, Patch: 0},
},
&binaryCheck{
name: "llc",
Expand Down

0 comments on commit 4298879

Please sign in to comment.