chore: update config
This commit is contained in:
parent
d250178cc6
commit
b90ef89c8a
4
.github/workflows/deploy-helm-charts.yml
vendored
4
.github/workflows/deploy-helm-charts.yml
vendored
@ -3,7 +3,7 @@ name: Deploy Helm Charts
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- "k8s/helm/**"
|
||||
workflow_dispatch:
|
||||
@ -34,6 +34,6 @@ jobs:
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
with:
|
||||
charts_dir: k8s/helm
|
||||
charts_dir: k8s
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user