From 7b564ed2f01f14c1c8013b33cb5c6286ca1d0a53 Mon Sep 17 00:00:00 2001 From: haruna Date: Sat, 31 Aug 2024 16:10:53 +0800 Subject: [PATCH 1/2] fix: open-webui svc condition case on loadBalancerIP --- 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 1e6be20..7a4a242 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 }} - {{- if and (eq .Values.service.type "loadBalancer") (.Values.service.loadBalancerIP) }} + r{{- if and (eq .Values.service.type "LoadBalancer") (.Values.service.loadBalancerIP) }} loadBalancerIP: {{ .Values.service.loadBalancerIP }} {{- end }} From 2f21841a00585f09a142a63840e8331d56c472c5 Mon Sep 17 00:00:00 2001 From: haruna Date: Sat, 31 Aug 2024 16:16:21 +0800 Subject: [PATCH 2/2] feat: update open-webui chart version to 3.1.8 --- charts/open-webui/Chart.yaml | 2 +- charts/open-webui/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 4e50675..03abf7c 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.7 +version: 3.1.8 appVersion: "0.3.13" home: https://www.openwebui.com/ diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 52ee65d..388669b 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 3.1.6](https://img.shields.io/badge/Version-3.1.6-informational?style=flat-square) ![AppVersion: 0.3.13](https://img.shields.io/badge/AppVersion-0.3.13-informational?style=flat-square) +![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) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋