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
James W.
44c982df2f
Merge pull request #129 from open-webui/0.5
...
Update to latest version
2024-12-27 09:11:35 -07:00
0xThresh.eth
5af2615a30
Update to latest version
2024-12-27 09:07:39 -07:00
James W.
0e6bc2b733
Merge pull request #125 from jyje/feat/open-webui
...
Fix CI to verify chart installing on test-namespace
2024-12-16 08:50:43 -08:00
jyje
38d7ecfe21
Fix CI to verify chart installing on test-namespace
...
Remove ambiguity for `default` and `test-namespace`. It comes from `namespaceOverride` after #122 . This commit helps to complete `namespaceOverride`.
- create `test-namespace` namespace
- install app on `test-namespace` namespace instead of `default`
- (Optional) wait until `pod/open-webui-0` is ready
2024-12-13 16:41:50 +09:00
James W.
d826181995
Merge pull request #123 from jyje/feat/open-webui
...
Add updateStrategy for workload manager
2024-12-12 20:02:57 -08: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
James W.
3adaffd03d
Merge pull request #121 from CiraciNicolo/fix(pipelines-namespace)
...
Add namespace explicitly to pipelines
2024-12-12 19:53:17 -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
James W.
2ef9234739
Merge pull request #119 from open-webui/0.4.7
...
Update OWUI version, upgrade Ollama and Pipelines charts
2024-12-01 18:26:36 -07: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
James W.
3ac14d7ed7
Merge pull request #118 from alexnederlof/allow-pipieline-sa
...
Enable service accounts for pipelines chart
2024-12-01 18:19:07 -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
James W.
3269b62733
Merge pull request #113 from zadjadr/fix/ci
...
Fix broken ServiceAccount & introduce automated testing via CI
2024-11-27 16:16:48 -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
154753931e
ci: Add checks for helm charts
2024-11-25 09:40:51 +00: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
James W.
cf12b1d078
Merge pull request #110 from alexnederlof/allow-service-accounts
...
Allow service accounts
2024-11-24 13:11:01 -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.
2b83759321
Merge pull request #109 from maxupp/patch-1
...
fix: make copy-app-data resource quotas configurable
2024-11-24 12:58:48 -07:00
James W.
67adcc38e6
Merge branch 'main' into patch-1
2024-11-24 12:58:33 -07:00
James W.
831cc94d8d
Merge pull request #112 from open-webui/v0.4.2
...
feat: Release OWUI v0.4.2
2024-11-24 12:55:25 -07:00
0xThresh.eth
83c5a02a28
Remove semantic release job for now
2024-11-24 12:54:21 -07:00
0xThresh.eth
145a5f5933
feat!: Release Open WebUI v0.4.2
2024-11-24 12:53:38 -07:00
0xThresh.eth
1931f3ea06
feat!: Release Open WebUI v0.4.1
2024-11-24 12:52:01 -07:00
James W.
45d5c2a26e
Merge pull request #111 from open-webui/v4.0.0
...
feat!: Release v0.4.0 and upgrade Ollama
2024-11-24 12:48:56 -07:00
0xThresh.eth
b1e7ce6cea
Upgrade Ollama
2024-11-24 12:42:58 -07:00
0xThresh.eth
f71d21d5e4
feat!: Release v4.0.0 the right way
2024-11-24 12:30:28 -07:00
0xThresh
30707d473d
chore(release) bump version to 3.8.0
2024-11-24 19:27:56 +00:00
James W.
01fd07172c
Merge pull request #106 from zadjadr/zadjadr/ingress
...
feat: allow additionalHosts for ingress
2024-11-24 12:27:23 -07:00
Alex Nederlof
afcd804aaf
Allow service account to be set
2024-11-24 16:37:46 +01:00
maxupp
afe30f15cb
Update Chart.yaml version
2024-11-21 17:01:51 +01:00
maxupp
abc23d2ad4
fix: make copy-app-data resource quotas configurable
2024-11-21 16:51:29 +01:00
Zadjad Rezai
5cf03b48a0
feat: allow additionalHosts for ingress
2024-11-20 08:01:31 +00:00
James W.
48ab03c9d6
Release v0.4.0
2024-11-19 17:05:55 -07:00
0xThresh
1cdb232649
chore(release) bump version to 3.7.0
2024-11-10 21:22:59 +00:00
James W.
242bfa2827
Merge pull request #105 from open-webui/update-ollama-chart
...
feat: Update Ollama chart version
2024-11-10 14:22:23 -07:00