Compare commits

..

19 Commits

Author SHA1 Message Date
James W.
dbacb4e63e Merge pull request #73 from open-webui/0.3.15
Update to v0.3.15
2024-09-12 21:33:42 -06:00
0xThresh.eth
4cd3137680 Update to v0.3.15 2024-09-12 21:33:17 -06:00
James W.
179bc9c08c Merge pull request #72 from open-webui/0.3.14
Update dependent charts, remove latest tag from values, and upgrade to v0.3.14
2024-09-12 21:29:00 -06:00
0xThresh.eth
73673db0c6 Update dependent charts, remove latest tag from values, and upgrade to v0.3.14 2024-09-12 21:27:50 -06:00
James W.
6475d5af98 Merge pull request #69 from open-webui/fix-svc-typo
Fix service typo from last PR
2024-08-31 14:26:53 -06:00
James W.
20af7b89cf Update README.md 2024-08-31 14:26:29 -06:00
James W.
d0db4c5ca3 Update Chart.yaml 2024-08-31 14:26:13 -06:00
James W.
bda4bcfd48 Update service.yaml 2024-08-31 14:24:45 -06:00
James W.
13980b1fcc Merge pull request #68 from harunanase/main
Fix condition case on `loadBalancerIP`
2024-08-31 11:42:27 -06:00
haruna
2f21841a00 feat: update open-webui chart version to 3.1.8 2024-08-31 16:16:21 +08:00
haruna
7b564ed2f0 fix: open-webui svc condition case on loadBalancerIP 2024-08-31 16:10:53 +08:00
James W.
400052429b Merge pull request #65 from chr0n1x/ollama-bump
feat: bump ollama chart to 0.54
2024-08-22 16:51:15 -06:00
chr0n1x
abe5ce38bc feat: bump ollama chart to 0.54
Bumping for https://github.com/otwld/ollama-helm/pull/89
2024-08-19 19:49:35 -04:00
James W.
b4080434ea Merge pull request #64 from open-webui/owui-dependency
Update bundled Pipelines chart
2024-08-17 21:15:38 -06:00
0xThresh.eth
ad063a989d Update README 2024-08-17 21:14:24 -06:00
0xThresh.eth
19527a43c7 Update OWUI chart version 2024-08-17 21:13:58 -06:00
0xThresh.eth
93d318ce41 Updated Pipelines version in OWUI chart 2024-08-17 21:13:25 -06:00
James W.
723c33e3f2 Merge pull request #63 from open-webui/pipelines-0.0.4
Update Pipelines chart version
2024-08-17 21:11:12 -06:00
James W.
17e1e7d61a Update Pipelines chart version 2024-08-17 20:10:43 -07:00
10 changed files with 11 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 0.53.0
version: 0.58.0
- name: pipelines
repository: https://helm.openwebui.com
version: 0.0.3
digest: sha256:4573790c2ec60815cfb1ef3bc4cd0282a69fddc3519db66226dbc770a93113a7
generated: "2024-08-15T21:43:39.894571-06:00"
version: 0.0.4
digest: sha256:d70b73014c68843929d723f1709e935c8cf3df5c6f9f13e3ae9f5c747af57dfb
generated: "2024-09-12T21:14:52.482218-06:00"

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: open-webui
version: 3.1.5
appVersion: "0.3.13"
version: 3.1.11
appVersion: "0.3.15"
home: https://www.openwebui.com/
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png

View File

@@ -1,6 +1,6 @@
# open-webui
![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-informational?style=flat-square) ![AppVersion: 0.3.13](https://img.shields.io/badge/AppVersion-0.3.13-informational?style=flat-square)
![Version: 3.1.9](https://img.shields.io/badge/Version-3.1.8-informational?style=flat-square) ![AppVersion: 0.3.13](https://img.shields.io/badge/AppVersion-0.3.13-informational?style=flat-square)
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

Binary file not shown.

Binary file not shown.

View File

@@ -29,7 +29,7 @@ spec:
{{- if and (eq .Values.service.type "ClusterIP") (.Values.service.clusterIP) }}
clusterIP: {{ .Values.service.clusterIP }}
{{- end }}
{{- if and (eq .Values.service.type "loadBalancer") (.Values.service.loadBalancerIP) }}
{{- if and (eq .Values.service.type "LoadBalancer") (.Values.service.loadBalancerIP) }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}

View File

@@ -16,6 +16,7 @@ ollama:
# runtimeClassName: nvidia
# persistentVolume:
# enabled: true
# volumeName: "example-pre-existing-pv-created-by-smb-csi"
pipelines:
# -- Automatically install Pipelines chart to extend Open WebUI functionality using Pipelines: https://github.com/open-webui/pipelines
@@ -35,7 +36,7 @@ replicaCount: 1
# -- Open WebUI image tags can be found here: https://github.com/open-webui/open-webui/pkgs/container/open-webui
image:
repository: ghcr.io/open-webui/open-webui
tag: "latest"
tag: ""
pullPolicy: "IfNotPresent"
# -- Configure imagePullSecrets to use private registry

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: pipelines
version: 0.0.3
version: 0.0.4
appVersion: "alpha"
home: https://github.com/open-webui/pipelines