open-webui / helm-charts

70 stars 47 forks source link

feat(volumes): add the ability to specify volumes and mounts. #94

Closed justbert closed 1 month ago

justbert commented 1 month ago

This PR adds the ability to specify arbitrary volumes and mounts.

I'm currently attempting to connect to a Cloud DB with a self-signed certificate which requires the ability to mount a certificate into the pod.

0xThresh commented 1 month ago

Hey @justbert, thanks for the great PR. I just tested it and I'm almost ready to merge. However, I need you to do one of two things before you merge this:

  1. Update your PR to allow updates by maintainers so that I can push my updates described in Step 2 to your PR. image
  2. If you'd rather make these updates yourself: run helm-docs inside the Open WebUI chart folder to update the README, update the Version in Chart.yaml to version 3.4.0, and run helm dependency update inside the Open WebUI chart folder to add the latest Ollama version grouped into this PR, then push all these changes to your branch.

Thank you!

justbert commented 1 month ago

Hey @0xThresh, thanks for the review! The requested changes have been completed, I appreciate the help!