🪆 fix: Build RAG-API Chart Before Parent to Bundle PostgreSQL Dependency (#14262)

Co-authored-by: anmol-kumar-us <anmolsrivastav.lw@gmail.com>
This commit is contained in:
Anmol 2026-07-21 05:31:24 +05:30 committed by GitHub
parent 99f2cc8c7d
commit 5cf849d8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,10 +66,10 @@ jobs:
- name: Build Subchart Deps
run: |
cd helm/librechat
helm dependency build
cd ../librechat-rag-api
helm dependency build
cd helm/librechat-rag-api
helm dependency build
cd ../librechat
helm dependency build
# Log in to GitHub Container Registry
- name: Log in to GitHub Container Registry