Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

feat(sm): option to disaböe servicemonitor (#14) #5

feat(sm): option to disaböe servicemonitor (#14)

feat(sm): option to disaböe servicemonitor (#14) #5

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
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.5.0
with:
charts_dir: cluster/charts/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"