Skip to content

Commit

Permalink
fix(cmd/install_bin): Get Helm version from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 21, 2023
1 parent d0ff252 commit a9b7a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Tools = []Tool{
},
{
Name: "helm",
GetVersionFunc: func() string { return "v3.6.3" },
GetVersionFunc: func() string { return github_utils.GetLatestRelease("helm", "helm") },
SourcePath: "{{.Os}}-amd64/helm",
UrlTemplate: "https://get.helm.sh/helm-{{.Version}}-{{.Os}}-{{.Arch}}.tar.gz",
},
Expand Down

0 comments on commit a9b7a2c

Please sign in to comment.