fix: add tls when get repository index. (#6195)
* fix: add tls when get repository index. Signed-off-by: joyceliu <joyceliu@yunify.com> * Update staging/src/kubesphere.io/utils/helm/repo_index.go Signed-off-by: hongming <coder.scala@gmail.com> * fix: add tls when get repository index. Signed-off-by: joyceliu <joyceliu@yunify.com> --------- Signed-off-by: joyceliu <joyceliu@yunify.com> Signed-off-by: hongming <coder.scala@gmail.com> Co-authored-by: joyceliu <joyceliu@yunify.com> Co-authored-by: hongming <coder.scala@gmail.com>
This commit is contained in:
@@ -73,6 +73,8 @@ spec:
|
||||
type: string
|
||||
appVersionID:
|
||||
type: string
|
||||
icon:
|
||||
type: string
|
||||
values:
|
||||
format: byte
|
||||
type: string
|
||||
|
||||
@@ -50,12 +50,18 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
caBundle:
|
||||
description: if the caBundle is empty, use --insecure-skip-tls-verify.
|
||||
description: The caBundle (base64 string) is used in helmExecutor
|
||||
to verify the helm server.
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
image:
|
||||
description: 'DEPRECATED: the field will remove in future versions,
|
||||
please use url.'
|
||||
type: string
|
||||
insecure:
|
||||
description: --insecure-skip-tls-verify. default false
|
||||
type: boolean
|
||||
updateStrategy:
|
||||
properties:
|
||||
registryPoll:
|
||||
|
||||
Reference in New Issue
Block a user