Skip to content

helm install

helm install #225

Workflow file for this run

name: helm install
on:
workflow_dispatch:
inputs:
deployment:
description: Name of the deployment
required: true
jobs:
execute:
runs-on: self-hosted
steps:
- name: Setup
uses: alexellis/arkade-get@master
with:
kubectl: latest
helm: latest
yq: latest
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
run: bash ./bin/deploy.sh "${{ inputs.deployment }}"