mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
{
|
|
"name": "helm-charts",
|
|
"branches": ["main"],
|
|
"plugins": [
|
|
[
|
|
"semantic-release-helm",
|
|
{
|
|
chartPath: './charts/open-webui',
|
|
crPublish: false,
|
|
onlyUpdateVersion: true
|
|
}
|
|
]
|
|
]
|
|
}
|