mirror of
https://github.com/truenas/charts.git
synced 2026-05-03 09:41:00 +08:00
minio/charts: fix order in UI
This commit is contained in:
committed by
Stavros Kois
parent
85c7b79421
commit
30c92aa308
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
|
||||
annotations:
|
||||
title: MinIO
|
||||
type: application
|
||||
version: 1.7.19
|
||||
version: 1.7.20
|
||||
apiVersion: v2
|
||||
appVersion: '2023-03-13'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -165,6 +165,15 @@ questions:
|
||||
default: 9002
|
||||
required: true
|
||||
|
||||
- variable: certificate
|
||||
description: "Minio Certificate"
|
||||
label: "Minio Certificate"
|
||||
group: "Minio Configuration"
|
||||
schema:
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
||||
- variable: minioDomain
|
||||
label: "Minio Domain Name"
|
||||
description: "This is only required if TLS is configured for Minio"
|
||||
@@ -175,15 +184,6 @@ questions:
|
||||
"null": true
|
||||
show_if: [["certificate", "!=", null]]
|
||||
|
||||
- variable: certificate
|
||||
description: "Minio Certificate"
|
||||
label: "Minio Certificate"
|
||||
group: "Minio Configuration"
|
||||
schema:
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
||||
- variable: logsearchapi
|
||||
label: Log Search API Configuration
|
||||
description: Log Search API Configuration
|
||||
|
||||
Reference in New Issue
Block a user