Skip to content

Helmwave installer

Actions
Install a specific version of helmwave binary
v0.3.0
Latest
Star (6)

setup-action

Install a specific version of the helmwave binary on the runner.

Documentation: https://docs.helmwave.app

- uses: helmwave/setup-action@v0.3.0
  with:
    version: '0.42.0'
  id: install

Example

name: CI
on:
  push:


jobs:
  external:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: helmwave/setup-action@v0.3.0
        name: Install helmwave
        with:
          version: '0.42.0'
      - run: helmwave --version
      - run: helmwave yml
      - run: helmwave up --build
      

Helmwave installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install a specific version of helmwave binary
v0.3.0
Latest

Helmwave installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.