helm repo add
Some checks failed
Build and Publish / build-release (push) Failing after 1m30s

This commit is contained in:
2026-04-14 12:28:57 -05:00
parent 7fa1d98663
commit c0d1a7ab87

View File

@@ -53,6 +53,7 @@ jobs:
- name: Package Helm Chart
run: |
VERSION=${{ github.run_number }}
helm repo add https://bjw-s-labs.github.io/helm-charts/
helm dependency build ops/chart
helm package ops/chart --version $VERSION --app-version $VERSION