GitHub Action to install the vigie Helm chart testing CLI and add it to PATH.
- uses: fregateops/setup-vigie@v1
with:
version: latest # or a pinned tag, e.g. v0.4.0
- run: vigie versionWhen Helm is available, vigie is also registered as a Helm plugin, so helm vigie ...
works alongside the standalone vigie binary:
- uses: azure/setup-helm@v4
- uses: fregateops/setup-vigie@v1 # helm-plugin defaults to 'auto'
- run: helm vigie version| Name | Default | Description |
|---|---|---|
version |
latest |
vigie release to install (latest, v0.4.0, or 0.4.0). |
helm-plugin |
auto |
Register vigie as a Helm plugin. auto installs when helm is present, true requires helm, false skips. |
github-token |
${{ github.token }} |
Token used to query the GitHub API when resolving latest. |
| Name | Description |
|---|---|
version |
Resolved version that was installed (with v prefix). |
path |
Directory containing the vigie binary. |
helm-plugin |
true if vigie was registered as a Helm plugin. |
Linux, macOS, and Windows runners on amd64 and arm64. Downloaded archives are
verified against the release checksums.txt before installation.