Skip to content

Programming the flux capacitor #4

Programming the flux capacitor

Programming the flux capacitor #4

name: 06-release-helm-chart
on:
push:
branches:
- main
paths:
- "charts/**/Chart.yaml"
permissions:
contents: write
jobs:
update-helm-chart:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
-
name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
config: .github/cr.yaml
mark_as_latest: false