element-call-helm

An experimental helm chart deploying a full element-call instance
git clone git://archive.git.mtrnord.blog/MTRNord/element-call-helm.git
Log | Files | Refs | README

commit a263346c5d1c62d8c3027556ce4ece31658c7fc6
parent d9ac8c0f16cd70e3df2bfefacc346032bc6bc1ad
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Mar 2024 11:11:27 +0100

Fix path for release

Diffstat:
M.github/workflows/release.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: . + charts_dir: .. env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file