fix(argo-workflows): Changed default .Values.artifactRepository.s3.insecure to false for security (#1401)

Signed-off-by: yu-croco <yu.croco@gmail.com>
main argo-workflows-0.17.0
Aikawa 2022-08-17 09:06:40 +09:00 committed by GitHub
parent 1a5a22b774
commit fce51dfec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.16.9
version: 0.17.0
appVersion: v3.3.9
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
@ -15,4 +15,4 @@ maintainers:
- name: benjaminws
annotations:
artifacthub.io/changes: |
- "[Changed]: Update to app version v3.3.9"
- "[Fixed]: Changed default .Values.artifactRepository.s3.insecure to false for security"

View File

@ -502,7 +502,8 @@ artifactRepository:
secretKeySecret:
# name: <releaseName>-minio
key: secretkey
insecure: true
# insecure will disable TLS. Primarily used for minio installs not configured with TLS
insecure: false
# bucket:
# endpoint:
# region: