Skip to content

chore: bump versions (#4) #7

chore: bump versions (#4)

chore: bump versions (#4) #7

name: Release Charts
on:
push:
branches:
- main
permissions:
contents: write
jobs:
publish:
name: Publish Charts
runs-on: [self-hosted, Linux, medium, ephemeral]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git Actor
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.3
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}