From 64a2f77a681f2630ab19fd68080c3eeec2f9a808 Mon Sep 17 00:00:00 2001 From: jyje Date: Tue, 11 Mar 2025 19:19:32 +0900 Subject: [PATCH] fix(ci/release): Update the signature of open-webui chart (to trigger release 5.21.0) - The new signature is from open-webui image --- charts/open-webui/templates/NOTES.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/open-webui/templates/NOTES.txt b/charts/open-webui/templates/NOTES.txt index 1fe5e46..ec09b78 100644 --- a/charts/open-webui/templates/NOTES.txt +++ b/charts/open-webui/templates/NOTES.txt @@ -1,11 +1,11 @@ {{- ` 🎉 Welcome to Open WebUI!! - ___ __ __ _ _ _ ___ - / _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _| -| | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || | -| |_| | |_) | __/ | | | \ V V / __/ |_) | |_| || | - \___/| .__/ \___|_| |_| \_/\_/ \___|_.__/ \___/|___| - |_| + ██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗ +██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║ +██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║ +██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║ +╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║ + ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ ` }} v{{ .Chart.AppVersion }} - building the best open-source AI user interface. - Chart Version: v{{ .Chart.Version }} @@ -61,7 +61,7 @@ This interface allows you to easily interact with local AI models. 3. Useful Commands: - Check deployment status: helm status {{ .Release.Name }} -n {{ .Release.Namespace }} - + - Get detailed information: helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}