Helmchart Maintenance #8798
schmichri
started this conversation in
Feature Requests & Suggestions
Replies: 2 comments 4 replies
-
Feel free to make PR's for helm chart changes: https://github.com/danny-avila/LibreChat/compare |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes Danny, I expected you to accept PRs but I have doubt this would be feasible. I would need to change your GH Actions, the Website and modify the Dockerfile / *-image or add a second variant. Personally I have bad experience of gatekept PRs. You might wana have a look to my modifications again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @danny-avila,
first of all I really appreciate the great work you are doing.
We have tried to use your helmchart implementation and it did lack several features and had some issues. For example creating own
CREDS_*,
andJWT_*
credentials in a dedicated k8s secret doesn't overwrite theCREDS_*,
andJWT_*
which set in the defaultvalues.yaml
. Resulting that every installation is using the sameCREDS_*,
andJWT_*
if the creds are not overwritten in the custom values.yaml resulting that it's not stored in a k8s secret.In addition Librechat on Kubernetes would require at least for us the capability to run docker based MCP Servers (with
docker run ...
). This requires docker socket mounting, fs permission and docker-cli installed in the docker image.Even better would be to run k8s pods which again did require RBAC and serviceaccount.
And the helmchart is currently (at least what I have seen) not in any helm repository.
So we came along to setup a modified version of librechat kubernetes helm chart for our purposes. Please feel free to have a look at it.
Hence we see you maintain most of the project yourself we were wondering if you would be willing to give up the helm chart and link the iunera librechat kubernetes chart instead. If not we would keep our chart for our purposes and set the repo to private again. I don't want any competition here.
If you are interested in that and want to reach out for a quick chat just ping me here or drop me an email to chris at iunera.com
Again we really appreciate the impressive work and the delivery of a great tool with librechat to the community.
Best
Chris
Beta Was this translation helpful? Give feedback.
All reactions