Skip to content

Merge pull request #40 from Jont828/helm-v1.2.0 #13

Merge pull request #40 from Jont828/helm-v1.2.0

Merge pull request #40 from Jont828/helm-v1.2.0 #13

Workflow file for this run

name: publish_helm_chart
on:
push:
branches:
- main
paths:
- ".github/workflows/chart.yaml"
- "helm/**"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Publish Helm chart
uses: stefanprodan/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: helm
target_dir: charts
linting: off