From c0d1a7ab87476a32868e8309e420c3b2d569fc39 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 14 Apr 2026 12:28:57 -0500 Subject: [PATCH] helm repo add --- .gitea/workflows/build-and-publish.yaml | 1 + 1 file changed, 1 insertion(+) 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