From cb0b69e807245dd0712f00d7c45138a933c87ece Mon Sep 17 00:00:00 2001 From: Pranshu Mahajan <56812953+pranshu-m@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:20:56 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=96=20refactor:=20Helm=20chart=20relea?= =?UTF-8?q?se=20workflow=20(#4311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/helmcharts.yml | 6 ++---- {helmchart => charts/librechat}/.helmignore | 0 {helmchart => charts/librechat}/Chart.yaml | 0 {helmchart => charts/librechat}/templates/NOTES.txt | 0 {helmchart => charts/librechat}/templates/_helpers.tpl | 0 .../librechat}/templates/configmap-env.yaml | 0 {helmchart => charts/librechat}/templates/deployment.yaml | 0 {helmchart => charts/librechat}/templates/hpa.yaml | 0 {helmchart => charts/librechat}/templates/ingress.yaml | 0 {helmchart => charts/librechat}/templates/service.yaml | 0 .../librechat}/templates/serviceaccount.yaml | 0 {helmchart => charts/librechat}/values.yaml | 0 12 files changed, 2 insertions(+), 4 deletions(-) rename {helmchart => charts/librechat}/.helmignore (100%) rename {helmchart => charts/librechat}/Chart.yaml (100%) rename {helmchart => charts/librechat}/templates/NOTES.txt (100%) rename {helmchart => charts/librechat}/templates/_helpers.tpl (100%) rename {helmchart => charts/librechat}/templates/configmap-env.yaml (100%) rename {helmchart => charts/librechat}/templates/deployment.yaml (100%) rename {helmchart => charts/librechat}/templates/hpa.yaml (100%) rename {helmchart => charts/librechat}/templates/ingress.yaml (100%) rename {helmchart => charts/librechat}/templates/service.yaml (100%) rename {helmchart => charts/librechat}/templates/serviceaccount.yaml (100%) rename {helmchart => charts/librechat}/values.yaml (100%) diff --git a/.github/workflows/helmcharts.yml b/.github/workflows/helmcharts.yml index fcd8bc7df6..bc715557e4 100644 --- a/.github/workflows/helmcharts.yml +++ b/.github/workflows/helmcharts.yml @@ -25,11 +25,9 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 - with: - charts_dir: helmchart env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helmchart/.helmignore b/charts/librechat/.helmignore similarity index 100% rename from helmchart/.helmignore rename to charts/librechat/.helmignore diff --git a/helmchart/Chart.yaml b/charts/librechat/Chart.yaml similarity index 100% rename from helmchart/Chart.yaml rename to charts/librechat/Chart.yaml diff --git a/helmchart/templates/NOTES.txt b/charts/librechat/templates/NOTES.txt similarity index 100% rename from helmchart/templates/NOTES.txt rename to charts/librechat/templates/NOTES.txt diff --git a/helmchart/templates/_helpers.tpl b/charts/librechat/templates/_helpers.tpl similarity index 100% rename from helmchart/templates/_helpers.tpl rename to charts/librechat/templates/_helpers.tpl diff --git a/helmchart/templates/configmap-env.yaml b/charts/librechat/templates/configmap-env.yaml similarity index 100% rename from helmchart/templates/configmap-env.yaml rename to charts/librechat/templates/configmap-env.yaml diff --git a/helmchart/templates/deployment.yaml b/charts/librechat/templates/deployment.yaml similarity index 100% rename from helmchart/templates/deployment.yaml rename to charts/librechat/templates/deployment.yaml diff --git a/helmchart/templates/hpa.yaml b/charts/librechat/templates/hpa.yaml similarity index 100% rename from helmchart/templates/hpa.yaml rename to charts/librechat/templates/hpa.yaml diff --git a/helmchart/templates/ingress.yaml b/charts/librechat/templates/ingress.yaml similarity index 100% rename from helmchart/templates/ingress.yaml rename to charts/librechat/templates/ingress.yaml diff --git a/helmchart/templates/service.yaml b/charts/librechat/templates/service.yaml similarity index 100% rename from helmchart/templates/service.yaml rename to charts/librechat/templates/service.yaml diff --git a/helmchart/templates/serviceaccount.yaml b/charts/librechat/templates/serviceaccount.yaml similarity index 100% rename from helmchart/templates/serviceaccount.yaml rename to charts/librechat/templates/serviceaccount.yaml diff --git a/helmchart/values.yaml b/charts/librechat/values.yaml similarity index 100% rename from helmchart/values.yaml rename to charts/librechat/values.yaml