Skip to content

new annotations for disabling buffering #31

new annotations for disabling buffering

new annotations for disabling buffering #31

Workflow file for this run

name: Release Chart
on:
workflow_dispatch:
push:
branches:
- main
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-service-user-veertu"
git config user.email "[email protected]"
# - name: Install Helm
# uses: azure/setup-helm@v3
# with:
# version: v3.10.0
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"