8 lines
227 B
Jsonnet
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"
|
|
) |