Philipp Mandler
dbf7604c85
docs: Fix typo in URL
2025-03-11 17:04:05 +01:00
saraangelmurphy
ab693efe76
Merge branch 'main' into feature/add-extra-init-containers
2025-03-11 10:45:36 -04:00
James W.
4730e963cd
Merge pull request #198 from jyje/issue-184/add-milvus
2025-03-11 08:07:05 -06:00
jyje
64a2f77a68
fix(ci/release): Update the signature of open-webui chart (to trigger release 5.21.0)
...
- The new signature is from open-webui image
2025-03-11 19:19:32 +09:00
Sara Angel-Murphy
df3d4a48ce
feat: add support for extra init containers to pipelines chart
2025-03-10 16:22:03 -04:00
Sara Angel-Murphy
7f23390df4
fix: set description for enableOpenaiApi correctly
2025-03-10 16:18:42 -04:00
Sara Angel-Murphy
934c4ff600
feat: add support for extra init containers
2025-03-10 16:12:56 -04:00
James W.
b2d58a724e
Merge pull request #190 from jyje/issue-184/add-milvus
...
feat(charts/open-webui): add the Milvus chart for RAG
2025-03-09 20:06:43 -06:00
James W.
4c0d7562a1
Merge pull request #187 from cnblogs-dudu/add-option-to-disable-openai-api
...
feat: add option to disable openai api
2025-03-09 20:04:30 -06:00
jyje
a343ea7c78
docs(charts/open-webui): refresh readme via helm-docs
2025-03-09 11:52:58 +09:00
jyje
5d8c4c0e28
feat(charts/open-webui): Fix probes
2025-03-09 11:47:28 +09:00
jyje
1eb9023699
feat(charts/open-webui): Add values-rag-milvus.yaml
2025-03-09 10:58:05 +09:00
jyje
1c7500372a
refactor(charts/open-webui): Fix values format for rag and milvus
2025-03-09 10:57:24 +09:00
Chris O'Neill
26eb71d2e2
update open-webui helm chart websocket-redis.yml template - add option adding image pull secrets for redis image
2025-03-07 12:51:05 -07:00
jyje
3dc4eb8219
fix(charts/open-webui): Fix warning of the value .Value.rag.vectorDB
2025-03-06 23:03:13 +09:00
jyje
eab043eeb1
chore: update chart lock of open-webui to 5.21.0
...
- no bump chart
- updated subchart
- redis: values changed (compatible) - set `auth.usePasswordFiles=true`
2025-02-28 22:51:29 +09:00
jyje
57da11ee6d
feat(charts/open-webui): add the milvus chart for RAG
...
- bump the version of open-webui from 5.20.0 to 5.21.0
- add the value `rag` and add its core values (vectorDB, embeddingEngine, embeddingModel)
- add milvus chart and add its core values (uri, db, token)
2025-02-28 22:15:13 +09:00
jyje
1de55f7599
docs(open-webui): refresh readme via helm-docs
2025-02-26 07:04:12 +09:00
jyje
0da3f4e930
chore: update chart lock of open-webui to 5.20.0
...
- bump chart from 5.19.0 to 5.20.0
- updated subcharts
- ollama: values changed (compatible) - add `service.labels`
- redis: values changed (compatible) - set `auth.acl.sentinel=false`
2025-02-26 06:42:48 +09:00
dudu
bc910cc2d3
feat: add option to disable openai api
2025-02-22 23:11:36 +08:00
rbnis
e011fc9fe7
chore(open-webui): Update pipelines dependency in Chart.lock to 0.4.0
2025-02-22 03:20:34 +01:00
rbnis
82d626337c
fix(open-webui): Update Chart.lock to fix failing pipeline run
2025-02-21 19:42:15 +01:00
rbnis
e8dbf957b1
feat: add support for hostAliases
2025-02-21 17:58:26 +01:00
0xThresh.eth
800614e308
release: Update OWUI chart to v0.5.16
2025-02-20 19:05:44 -07:00
James W.
95040f7735
Merge pull request #180 from jyje/v0.5.15
2025-02-20 07:23:07 -07:00
jyje
7f2b641569
feat(pipelines): add strategy
for updating deployment
...
- bump the pipelines chart from 0.2.0 to 0.3.0
2025-02-20 22:38:57 +09:00
jyje
cbdca59247
chore: update open-webui to v0.5.15 (chart 5.17.0)
2025-02-20 21:46:58 +09:00
Manuel Cañete
2a4faf6a96
feat(open-webui): enhance redis deployment with additional configurable properties
2025-02-19 16:52:34 +01:00
jyje
ef8d0a19be
chore: update chart lock of open-webui to 5.16.0
...
- bump chart from 5.15.0 to 5.16.0
- updated subcharts
- ollama: no values changed - bump `appVersion`
- pipelines: values changed (compatible) - see https://github.com/open-webui/helm-charts/compare/pipelines-0.0.6...pipelines-0.2.0
- redis: no values changed - minor update for `renderSecurityContext`
2025-02-19 09:42:42 +09:00
James W.
f7642b5df4
Merge pull request #172 from jyje/issue-150/pipelines-extra-volumes
...
feat: [pipelines] add volumeMounts and volumes
2025-02-18 14:03:23 -07:00
jyje
2dd1e147c3
chore: update open-webui to v0.5.14 (chart 5.15.0)
2025-02-19 02:39:01 +09:00
jyje
2a015f01e1
chore(pipelines): bump chart version from 0.1.0 to 0.2.0
2025-02-19 01:47:43 +09:00
jyje
6d1192b320
Merge remote-tracking branch 'upstream/main' into issue-150/pipelines-extra-volumes
2025-02-19 01:44:00 +09:00
jyje
3e16c22e08
feat(pipelines): add volumeMounts and volumes
...
- need to bump chart version
2025-02-18 16:28:58 +09:00
jyje
22a20ddd45
chore: update open-webui to v0.5.13 (chart 5.14.0)
...
- update open-webui
- app: from v0.5.12 to v0.5.13
- chart: from 5.13.0 to 5.14.0
- no dependency update (pipelines need to be update)
2025-02-18 15:28:27 +09:00
0xThresh.eth
aa4995bc86
chore: Update docs and try to re-trigger v0.1.0 release
2025-02-14 12:07:19 -07:00
0xThresh.eth
c6d111535c
Support single OpenAI API endpoint, multiple endpoints, with or without Pipelines
2025-02-14 11:43:06 -07:00
0xThresh.eth
0e28ac5b4e
merge main
2025-02-14 11:07:02 -07:00
jyje
51c2bb5937
chore: update open-webui to v0.5.12
...
- update open-webui
- app: from v0.5.11 to v0.5.12
- chart: from 5.11.0 to 5.12.0
- dependency update
- ollama chart: from 1.4.1 to 1.5.0
2025-02-14 19:11:19 +09:00
jyje
be4ab2c29d
chore: update open-webui to v0.5.11
...
- update open-webui
- app: from v0.5.10 to v0.5.11
- chart: from 5.10.0 to 5.11.0
- no dependency update
2025-02-13 22:17:56 +09:00
Vinicius Dutra
1e87660292
feat: enable annotations in redis pods
2025-02-10 17:59:20 -03:00
jyje
021e958b5d
chore(subchart/ollama): fix example values for pull and run
2025-02-10 20:43:40 +09:00
Ido777
d23608a778
Clear ingress annotations in values.yaml for open-webui chart
2025-02-09 22:29:53 +02:00
Ido777
9c5db2ccd2
disabled managed certificate setting in values.yaml
2025-02-09 17:26:38 +02:00
Ido777
3d8db7dc34
Disable ingress in values.yaml for open-webui chart to minimize changes
2025-02-09 17:18:46 +02:00
Ido777
0e865418e8
Add managed certificate support and update ingress configuration for Open WebUI
2025-02-09 17:08:31 +02:00
0xThresh.eth
52f97fcb02
Update chart version, update documentation
2025-02-07 11:57:11 -07:00
0xThresh.eth
aced37379a
Merge branch 'main' into zadjadr/main
2025-02-07 11:56:28 -07:00
Zadjad Rezai
7cc125f8cf
Allow multiple configurations for OPENAI_API_BASE_URLS
2025-02-07 11:57:29 +00:00
Christophe Jauffret
59048fd177
update open-webui to 0.5.10
2025-02-06 16:42:53 +01:00
Zadjad Rezai
eb466a6236
Allow to set OPENAI_API_BASE_URL manually
2025-01-20 09:53:55 +00:00
0xThresh.eth
73268086eb
Update docs and trigger release
2025-01-16 14:38:49 -07:00
0xThresh.eth
f187ecd6fc
Add Bitnami source for Redis
2025-01-16 14:28:50 -07:00
0xThresh.eth
e49bd4d041
Fix chart lock
2025-01-16 14:24:41 -07:00
jyje
4421135184
chore(ci): bump a target chart version of open-webui to 5.4.0
2025-01-15 02:48:34 +09:00
jyje
9c9aae9660
Merge branch 'main' into feat/websocket-with-redis
2025-01-15 02:44:56 +09:00
jyje
961d895fe4
Merge branch 'main' into feat/add-extra-resources
2025-01-15 02:35:19 +09:00
jyje
972a24510c
Merge branch 'main' into feat/websocket-with-redis
2025-01-15 02:34:05 +09:00
jyje
60864a365b
chore(redis): bump a target chart version to 5.3.0
2025-01-15 02:30:31 +09:00
jyje
64160c1750
chore(websocket): bump a target chart version to 5.3.0
2025-01-15 02:29:16 +09:00
jyje
464f194014
feat(notes): fix ingress and helm uninstall option
2025-01-15 01:18:11 +09:00
jyje
1b47d08288
feat(notes): add pilot
...
- case-by-case helm notes per service type, per persistence
- note sections
1. Deployment Information
2. Access the Application
3. Useful Commands
4. Cleanup
2025-01-15 00:14:34 +09:00
jyje
b894afc239
chore(websocket): fix full redis url
2025-01-12 02:49:06 +09:00
jyje
1e17c5651d
chore(websocket): fix chart dependency
2025-01-12 02:20:14 +09:00
jyje
0ccce3cf5f
feat(websocket): add redis-cluster from bitnami chart
...
- add values and corresponding readme
- add subchart **redis-20.6.2**
2025-01-12 01:34:50 +09:00
jyje
3b1bfc20d3
chore(websocket): fix enabled flag
2025-01-11 23:17:40 +09:00
jyje
51aab38029
chore(websocket): revert test lines for release workflows and refactor readme and values
2025-01-11 16:47:12 +09:00
jyje
535985967d
feat(websocket): fix labels and annotations
2025-01-07 23:57:42 +09:00
jyje
f06ddd9f2f
feat(websocket): change redis name and set container resources
2025-01-07 23:33:49 +09:00
jyje
9b13a7e2af
feat(websocket): fix labels and port and remove security contexts
2025-01-07 22:27:29 +09:00
jyje
added76a4c
feat(websocket): fix type of '_helpers.tpl'
2025-01-07 21:07:49 +09:00
jyje
1c072ce5bf
feat(websocket): add envs and pilot of redis
2025-01-07 21:00:05 +09:00
jyje
069909c5f3
feat: add extra-resources for all owui and owui pipelines
...
- list of ConfigMaps, SealedSecrets, other CRDs
- no Secrets for secure GitOps
2025-01-07 17:00:20 +09:00
0xThresh.eth
299203bc14
Upgrade to v0.5.4
2025-01-05 12:24:10 -07:00
jyje
902852e161
Merge branch 'main' into feat/open-webui-add-probes
...
# Conflicts (resolved):
# charts/open-webui/Chart.yaml
2025-01-04 01:50:45 +09:00
0xThresh.eth
80eecb60b7
Updating to 0.5.3
2025-01-02 15:13:53 -07:00
jyje
78358cdd0c
feat: add values with commented example values
2024-12-29 04:19:27 +09:00
jyje
2229cfaef1
feat: add 3 container probes for workload-manager
...
- add livenessProbe, readinessProbe, startupProbe for main container
- add key rows in table of readme
- bump the chart version from 5.0.0 to 5.1.0
2024-12-29 04:11:48 +09:00
0xThresh.eth
5af2615a30
Update to latest version
2024-12-27 09:07:39 -07:00
James W.
fe387238e1
Merge branch 'main' into feat/open-webui
2024-12-12 20:01:37 -08:00
James W.
dc60612c27
Merge pull request #122 from CiraciNicolo/fix(openwebui-namespace)
...
Add namespace explicitly for OpenWebUI Chart
2024-12-12 20:00:29 -08:00
James W.
3764c99690
Merge pull request #120 from mbrouer/main
...
feat: Support for podLabels
2024-12-12 19:55:15 -08:00
jyje
7c6aa4fc19
Add updateStrategy for workload manager
...
To add update strategy, choose 'strategy' for 'Deployment/spec.strategy' and 'StatefulSet/spec.updateStrategy'. Update samver from 4.0.6 to 4.1.0 with minor spec changes
2024-12-06 04:57:41 +09:00
Nicolò Ciraci
fe7d2bb946
fix(namespace): add namespace explicitly
...
Signed-off-by: Nicolò Ciraci <ciraci.nicolo@gmail.com>
2024-12-05 15:49:51 +01:00
Nicolò Ciraci
aa0c381f01
fix(namespace): add namespace explicitly
...
Signed-off-by: Nicolò Ciraci <ciraci.nicolo@gmail.com>
2024-12-05 15:47:51 +01:00
Mads Brouer
de66118c42
feat: Support for podLabels
2024-12-05 11:57:31 +01:00
0xThresh.eth
fc3a19b8d9
Update OWUI version, upgrade Ollama and Pipelines charts
2024-12-01 18:25:04 -07:00
James W.
f70f12a720
Merge pull request #114 from 0xmeyer/fix-copy-app-data-value
...
fix resources for copy-app-data init container
2024-12-01 18:22:07 -07:00
James W.
905073b392
Bump Pipelines chart version to release latest fixes
2024-12-01 17:20:04 -08:00
James W.
e2bb6c5ac4
Merge pull request #117 from alexnederlof/patch-2
...
Fix Pipelines persistance
2024-12-01 18:19:28 -07:00
Alex Nederlof
f539153797
Enable service accounts for pipelines chart
...
Follow up from https://github.com/open-webui/helm-charts/pull/110
2024-11-29 07:43:42 +01:00
Alex Nederlof
5a9e030548
Fix Pipelines persistance
...
I might not fully understand, but currently the pipelines are not persisted between restarts because they are stored in `/app/piplines` which is not the current persistent volume. That one is `/app/backend/data`.
`/app/backend/data` is mentioned in [the Openweb-ui readme](0a26c41c7b/README.md (L90)
) but I see no mention of it in the pipelines repo.
2024-11-28 20:45:52 +01:00
James W.
357d167f76
trigger release for recent fixes
2024-11-27 16:32:10 -07:00
Oliver Meyer
373b4c8042
fix resources for copy-app-data init container
...
Upgrading charts fail w/ 'Error: UPGRADE FAILED: template: open-webui/templates/workload-manager.yaml:47:24: executing open-webui/templates/workload-manager.yaml at <.Values.copyAppData.resources>: nil pointer evaluating interface {}.resources'
2024-11-26 07:45:46 +01:00
Zadjad Rezai
b9cc6a30cc
fix: serviceaccount token automount
2024-11-25 09:07:42 +00:00
0xThresh.eth
db99d5cafe
feat: Release Open WebUI v4.0.4
2024-11-24 13:15:26 -07:00
0xThresh.eth
400512fc0e
feat: Release Open WebUI v4.0.3
2024-11-24 13:14:08 -07:00
0xThresh.eth
746fe34aa1
Merge in main, change create to enable for consistency
2024-11-24 13:09:07 -07:00
0xThresh.eth
d0cf4abd11
Merge branch 'main' into alexnederlof-allow-service-accounts
2024-11-24 13:03:11 -07:00
James W.
67adcc38e6
Merge branch 'main' into patch-1
2024-11-24 12:58:33 -07:00