Skip to content

Commit

Permalink
feat(cmd/install_bin): Add mon to install-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 16, 2024
1 parent 48257cb commit 61267c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/install_bin/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ var Tools = []Tool{
UrlTemplate: "https://github.com/Azure/kubelogin/releases/download/{{.Version}}/kubelogin-{{.Os}}-{{.Arch}}.zip",
SourcePath: "bin/{{.Os}}_{{.Arch}}/kubelogin",
},
{
Name: "mon",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "mon") },
UrlTemplate: "https://github.com/sikalabs/mon/releases/download/{{.Version}}/mon_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit 61267c8

Please sign in to comment.