This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
+66
View File
@@ -0,0 +1,66 @@
{
"slug": "longhorn",
"kind": "helm",
"metadata": {
"name": "Longhorn",
"description": "Helm chart for Longhorn, a distributed block storage system for Kubernetes with built-in backup, snapshots, and disaster recovery.",
"tags": [],
"icon": {
"provider": "selfhst",
"id": "rancher-longhorn"
},
"draft": false,
"version": {
"name": "v1.11.2",
"source_dep_name": "longhornio/longhorn-manager",
"source_dep_version": "v1.11.2"
}
},
"variables": [
{
"title": "Backup Configuration",
"name": "backup",
"items": [
{
"name": "backup_enabled",
"type": "bool",
"title": "Backup",
"required": false,
"default": false
},
{
"name": "backup_target",
"type": "str",
"title": "Backup Target",
"required": false,
"description": "Backup target URL (e.g., s3://bucket or nfs://server/path)",
"needs": [
"backup_enabled=true"
]
}
]
},
{
"title": "Longhorn UI",
"name": "ui",
"items": [
{
"name": "ui_replicas",
"type": "int",
"title": "UI Replicas",
"required": false,
"default": 1,
"description": "Number of Longhorn UI replicas",
"config": {
"slider": true,
"min": 1,
"max": 10,
"step": 1,
"placeholder": "1",
"unit": "replicas"
}
}
]
}
]
}