Skip to content

Update cr.yaml

Update cr.yaml #6

name: Release Helm Chart
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.8.0
- name: Run chart-releaser
uses: helm/[email protected]
with:
config: '${{ github.workspace }}/cr.yaml'