fix helm repo add
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-04-14 12:31:26 -05:00
parent c0d1a7ab87
commit ef5540e032

View File

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