Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-vigie

GitHub Action to install the vigie Helm chart testing CLI and add it to PATH.

Usage

- uses: fregateops/setup-vigie@v1
  with:
    version: latest   # or a pinned tag, e.g. v0.4.0
- run: vigie version

As a Helm plugin

When 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

Inputs

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.

Outputs

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.

Platforms

Linux, macOS, and Windows runners on amd64 and arm64. Downloaded archives are verified against the release checksums.txt before installation.

About

Github Action to setup Helm chart testing vigie CLI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages