diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 8b91d90..77dfd06 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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