Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(registry): added helmwave (#4542)
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