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 5891b6dd28b6faf14f4e98b3c1beb76d55d07390
parent a263346c5d1c62d8c3027556ce4ece31658c7fc6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Mar 2024 11:15:00 +0100

Fix charts location

Diffstat:
M.github/workflows/release.yml | 2--
M.gitignore | 1-
R.helmignore -> charts/element-call/.helmignore | 0
RChart.lock -> charts/element-call/Chart.lock | 0
RChart.yaml -> charts/element-call/Chart.yaml | 0
Rtemplates/NOTES.txt -> charts/element-call/templates/NOTES.txt | 0
Rtemplates/_helpers.tpl -> charts/element-call/templates/_helpers.tpl | 0
Rtemplates/configmap.yaml -> charts/element-call/templates/configmap.yaml | 0
Rtemplates/deployment.yaml -> charts/element-call/templates/deployment.yaml | 0
Rtemplates/deployment_livekit_mgmt_service.yaml -> charts/element-call/templates/deployment_livekit_mgmt_service.yaml | 0
Rtemplates/ingress.yaml -> charts/element-call/templates/ingress.yaml | 0
Rtemplates/service.yaml -> charts/element-call/templates/service.yaml | 0
Rtemplates/tests/test-connection.yaml -> charts/element-call/templates/tests/test-connection.yaml | 0
Rvalues.yaml -> charts/element-call/values.yaml | 0
14 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -28,7 +28,5 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 - with: - charts_dir: .. env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/.gitignore b/.gitignore @@ -1,4 +1,3 @@ -charts # Various IDEs .project .idea/ diff --git a/.helmignore b/charts/element-call/.helmignore diff --git a/Chart.lock b/charts/element-call/Chart.lock diff --git a/Chart.yaml b/charts/element-call/Chart.yaml diff --git a/templates/NOTES.txt b/charts/element-call/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/charts/element-call/templates/_helpers.tpl diff --git a/templates/configmap.yaml b/charts/element-call/templates/configmap.yaml diff --git a/templates/deployment.yaml b/charts/element-call/templates/deployment.yaml diff --git a/templates/deployment_livekit_mgmt_service.yaml b/charts/element-call/templates/deployment_livekit_mgmt_service.yaml diff --git a/templates/ingress.yaml b/charts/element-call/templates/ingress.yaml diff --git a/templates/service.yaml b/charts/element-call/templates/service.yaml diff --git a/templates/tests/test-connection.yaml b/charts/element-call/templates/tests/test-connection.yaml diff --git a/values.yaml b/charts/element-call/values.yaml