mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Update catalog information
This commit is contained in:
@@ -359,9 +359,9 @@
|
||||
"healthy": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/charts/charts/enterprise/minio",
|
||||
"latest_version": "1.0.1",
|
||||
"latest_version": "1.0.2",
|
||||
"latest_app_version": "2023-03-24",
|
||||
"latest_human_version": "2023-03-24_1.0.1",
|
||||
"latest_human_version": "2023-03-24_1.0.2",
|
||||
"last_update": "2023-04-06 12:43:34",
|
||||
"name": "minio",
|
||||
"recommended": false,
|
||||
|
||||
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
|
||||
annotations:
|
||||
title: MinIO
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
apiVersion: v2
|
||||
appVersion: '2023-03-24'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -166,7 +166,9 @@ questions:
|
||||
group: Storage Configuration
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{"type": "ixVolume", "mountPath": "/data1", "datasetName": "data1"}]
|
||||
empty: false
|
||||
required: true
|
||||
items:
|
||||
- variable: item
|
||||
label: Storage Item
|
||||
@@ -175,6 +177,9 @@ questions:
|
||||
attrs:
|
||||
- variable: type
|
||||
label: Type
|
||||
description: |
|
||||
ixVolume: Is dataset created automatically by the system.</br>
|
||||
Host Path: Is a path that already exists on the system.
|
||||
schema:
|
||||
type: string
|
||||
immutable: true
|
||||
@@ -182,9 +187,9 @@ questions:
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
description: Host Path
|
||||
description: Host Path (Path that already exists on the system)
|
||||
- value: ixVolume
|
||||
description: ixVolume
|
||||
description: ixVolume (Dataset created automatically by the system)
|
||||
- variable: mountPath
|
||||
label: Mount Path
|
||||
description: The path inside the container to mount the storage.
|
||||
Reference in New Issue
Block a user