📊 chore: Remove Old Helm Chart (#7512)

Co-authored-by: hofq <gregorspalme@protonmail.com>
This commit is contained in:
hofq 2025-05-23 05:53:19 +02:00 committed by GitHub
parent a2f330e6ca
commit 7e98702a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 4 additions and 442 deletions

View file

@ -26,6 +26,10 @@ jobs:
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Build Subchart Deps
run: |
cd helm/librechat-rag-api
helm dependency build
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0