Skip to content

Update helm chart

Update helm chart #2

Workflow file for this run

name: Release Charts
on:
push:
branches:
- IR-545/add_bright-cli_helm_chart
jobs:
packages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Bright Security"
- name: Release packages main
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true