From 6982fb64dd8de74a8b09f79a0b3612ca90640c36 Mon Sep 17 00:00:00 2001 From: Chris Millsaps Date: Mon, 26 Jun 2023 12:06:37 -0400 Subject: [PATCH] MinIO - Fix typo in tooltip (#1298) * Update questions.yaml Replaced semicolons with colons in URL for server and redirect urls * Update Chart.yaml Bumped version --- library/ix-dev/enterprise/minio/Chart.yaml | 2 +- library/ix-dev/enterprise/minio/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/enterprise/minio/Chart.yaml b/library/ix-dev/enterprise/minio/Chart.yaml index 2aa47eabd7..35c6d72975 100644 --- a/library/ix-dev/enterprise/minio/Chart.yaml +++ b/library/ix-dev/enterprise/minio/Chart.yaml @@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage annotations: title: MinIO type: application -version: 1.0.12 +version: 1.0.13 apiVersion: v2 appVersion: '2023-03-24' kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/enterprise/minio/questions.yaml b/library/ix-dev/enterprise/minio/questions.yaml index fc2fc8a83d..5d1cd84a6e 100644 --- a/library/ix-dev/enterprise/minio/questions.yaml +++ b/library/ix-dev/enterprise/minio/questions.yaml @@ -119,7 +119,7 @@ questions: label: MinIO Server URL (API) description: | The URL that console will use to reach API
- For example https;//minio1.example.com.

+ For example https://minio1.example.com.

schema: type: string required: true @@ -127,7 +127,7 @@ questions: label: MinIO Browser Redirect URL description: | The URL that console will provide as a redirect URL
- For example https;//console.example.com.

+ For example https://console.example.com.

schema: type: string required: true