Skip to content

Add initial chart and docs #3

Add initial chart and docs

Add initial chart and docs #3

Workflow file for this run

name: Chart release
on:
push:
branches:
- main
paths:
- 'charts/**/Chart.yaml'
permissions:
contents: write
packages: write
jobs:
publish-chart:
name: Publish chart
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set up Helm
uses: azure/[email protected]
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish chart to GitHub Container Registry
run: ./hack/publish-chart.sh