Install openwebui

This commit is contained in:
Jack Jackson 2025-02-06 21:01:30 -08:00
parent 6dbc94cec0
commit 668e1c01bb

View File

@ -0,0 +1,8 @@
local appDef = import './app-definitions.libsonnet';
appDef.helmApplication(
name="openwebui",
sourceRepoUrl="https://open-webui.github.io/helm-charts",
sourceChart="open-webui",
sourceTargetRevision="5.10.0"
)