chore: update helm deps
This commit is contained in:
parent
f6f104773b
commit
4485e68b1e
5
.github/workflows/deploy-helm-charts.yml
vendored
5
.github/workflows/deploy-helm-charts.yml
vendored
@ -31,6 +31,11 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
- name: Update Helm Deps
|
||||
run: |
|
||||
cd k8s/helm
|
||||
helm dependency update
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user