From bda4bcfd48e2c7216e273dcdf92613a60ce7a378 Mon Sep 17 00:00:00 2001 From: "James W." <104535511+0xThresh@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:24:45 -0600 Subject: [PATCH 1/3] Update service.yaml --- charts/open-webui/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/templates/service.yaml b/charts/open-webui/templates/service.yaml index 7a4a242..f0d0e4a 100644 --- a/charts/open-webui/templates/service.yaml +++ b/charts/open-webui/templates/service.yaml @@ -29,7 +29,7 @@ spec: {{- if and (eq .Values.service.type "ClusterIP") (.Values.service.clusterIP) }} clusterIP: {{ .Values.service.clusterIP }} {{- end }} - r{{- 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 }} From d0db4c5ca3a78b66334427862ea3068cbd9b8e41 Mon Sep 17 00:00:00 2001 From: "James W." <104535511+0xThresh@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:26:13 -0600 Subject: [PATCH 2/3] Update Chart.yaml --- charts/open-webui/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 03abf7c..0e8f094 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 3.1.8 +version: 3.1.9 appVersion: "0.3.13" home: https://www.openwebui.com/ From 20af7b89cf2ca68bec65522ef440504b3d9a55ab Mon Sep 17 00:00:00 2001 From: "James W." <104535511+0xThresh@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:26:29 -0600 Subject: [PATCH 3/3] Update README.md --- charts/open-webui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 388669b..0f11324 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 3.1.8](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) +![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 👋