From ef5540e03235854a0e00d7e7538e20c3da7b9e8b Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 14 Apr 2026 12:31:26 -0500 Subject: [PATCH] fix helm repo add --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 77dfd06..0829977 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -53,7 +53,7 @@ jobs: - name: Package Helm Chart run: | 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 package ops/chart --version $VERSION --app-version $VERSION