Skip to content

Commit

Permalink
feat(registry): added helmwave (#4542)
Browse files Browse the repository at this point in the history
Helmwave is helm3-native tool for deploy your Helm Charts. HelmWave is
like docker-compose for helm.

```
$ cargo run --bin mise -- tool helmwave
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
     Running `target/debug/mise tool helmwave`
Backend:            aqua:helmwave/helmwave
Installed Versions:
Active Version:     0.41.8
Requested Version:  latest
Config Source:      ~/.config/mise/config.toml
Tool Options:       [none]

$ cargo run --bin mise -- use -g helmwave
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
     Running `target/debug/mise use -g helmwave`
mise [email protected]    install
mise [email protected]    download helmwave_0.41.8_darwin_arm64.tar.gz
mise [email protected]    checksum helmwave_0.41.8_darwin_arm64.tar.gz
mise [email protected]    extract helmwave_0.41.8_darwin_arm64.tar.gz
mise [email protected]  ✓ installed
mise ~/.config/mise/config.toml tools: [email protected]

$ cargo run --bin mise -- tool helmwave
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
     Running `target/debug/mise tool helmwave`
Backend:            aqua:helmwave/helmwave
Description:        New  wave for @helm
Installed Versions: 0.41.8
Active Version:     0.41.8
Requested Version:  latest
Config Source:      ~/.config/mise/config.toml
Tool Options:       [none]
```
  • Loading branch information
tony-sol authored Feb 26, 2025
1 parent 3ac007a commit bf251bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ helm-docs.backends = [
]
helmfile.backends = ["ubi:helmfile/helmfile", "asdf:feniix/asdf-helmfile"]
helmsman.backends = ["ubi:Praqma/helmsman", "asdf:luisdavim/asdf-helmsman"]
helmwave.backends = ["aqua:helmwave/helmwave", "ubi:helmwave/helmwave"]
helmwave.test = ["helmwave version", "{{version}}"]
heroku.aliases = ["heroku-cli"]
heroku.backends = ["asdf:mise-plugins/mise-heroku-cli"]
hey.backends = ["asdf:mise-plugins/mise-hey"]
Expand Down

0 comments on commit bf251bd

Please sign in to comment.