feat: support to install fastgpt via helm chart (#1023)

* feat: support to install fastgpt via helm chart

Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>

---------

Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick
2024-03-26 16:50:24 +08:00
committed by GitHub
parent 911512b36d
commit c7e6448272
17 changed files with 709 additions and 0 deletions

View File

@@ -54,3 +54,13 @@ jobs:
-t ${DOCKER_REPO_TAGGED} \
-f Dockerfile \
.
helm-check:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Helm Check
run: |
helm lint files/helm/fastgpt
helm package files/helm/fastgpt