Skip to content

publish_helm_chart #210

publish_helm_chart

publish_helm_chart #210

Workflow file for this run

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