Skip to content

upgrade cert-manager deps to 1.14.5 and go to 1.20 #19

upgrade cert-manager deps to 1.14.5 and go to 1.20

upgrade cert-manager deps to 1.14.5 and go to 1.20 #19

name: Release Charts
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"