Skip to content

Release operator helm chart 0.20.3 #49

Release operator helm chart 0.20.3

Release operator helm chart 0.20.3 #49

on:
push:
branches:
- master
paths:
- charts/humio-operator/Chart.yaml
name: Publish Helm Chart Release
jobs:
chart:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
shell: bash
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"