correctr dep build
Some checks failed
Build and Publish / build-release (push) Failing after 1m18s

This commit is contained in:
2026-04-14 12:26:42 -05:00
parent 560466ecc9
commit 7fa1d98663
2 changed files with 7 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Package Helm Chart
run: |
VERSION=${{ github.run_number }}
helm dependency build
helm dependency build ops/chart
helm package ops/chart --version $VERSION --app-version $VERSION
- name: Push Helm Chart to Gitea Registry