Skip to content

Commit

Permalink
feat(cmd/install_bin): Add kubeseal (slu ib kubeseal) #279
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 8, 2024
1 parent 2cbf160 commit b60272a
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 @@ -366,6 +366,11 @@ var Tools = []Tool{
GetVersionFunc: func() string { return github_utils.GetLatestRelease("sikalabs", "slr") },
UrlTemplate: "https://github.com/sikalabs/slr/releases/download/{{.Version}}/slr_{{.Version}}_{{.Os}}_{{.Arch}}.tar.gz",
},
{
Name: "kubeseal",
GetVersionFunc: func() string { return github_utils.GetLatestRelease("bitnami-labs", "sealed-secrets") },
UrlTemplate: "https://github.com/bitnami-labs/sealed-secrets/releases/download/{{.Version}}/kubeseal-{{.Version|removev}}-{{.Os}}-{{.Arch}}.tar.gz",
},
}

func hashicorpUrlTemplate(name string) string {
Expand Down

0 comments on commit b60272a

Please sign in to comment.