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