From 781ec4ac90e1c32022816bbdc7533f317cd7e825 Mon Sep 17 00:00:00 2001 From: lixd Date: Wed, 18 Oct 2023 10:37:22 +0800 Subject: [PATCH] fix: update fluxcd uischema Signed-off-by: lixd --- addons/fluxcd/metadata.yaml | 2 +- addons/fluxcd/schemas/config-uischema-helm-repository.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/fluxcd/metadata.yaml b/addons/fluxcd/metadata.yaml index bd714c05c..5fc28fef4 100644 --- a/addons/fluxcd/metadata.yaml +++ b/addons/fluxcd/metadata.yaml @@ -1,5 +1,5 @@ name: fluxcd -version: 2.3.8 +version: 2.3.9 description: Extended workload to do continuous and progressive delivery icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/flux/horizontal/color/flux-horizontal-color.png url: https://fluxcd.io diff --git a/addons/fluxcd/schemas/config-uischema-helm-repository.yaml b/addons/fluxcd/schemas/config-uischema-helm-repository.yaml index fad97646b..f99251c14 100644 --- a/addons/fluxcd/schemas/config-uischema-helm-repository.yaml +++ b/addons/fluxcd/schemas/config-uischema-helm-repository.yaml @@ -1,7 +1,7 @@ - jsonKey: caFile sort: 11 uiType: CertBase64 - description: The ca certificate of helm repository. Please encode this data with base64. + description: The ca certificate of helm repository. don't need base64 encode. - jsonKey: url sort: 5 label: URL