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