helm-charts/app-of-apps/openwebui.jsonnet
2025-02-06 21:01:30 -08:00

8 lines
227 B
Jsonnet

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"
)