migrate
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user