diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 7deac3ba..6e3474f4 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -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" diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 569ac5c5..da69440a 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -502,7 +502,8 @@ artifactRepository: secretKeySecret: # name: -minio key: secretkey - insecure: true + # insecure will disable TLS. Primarily used for minio installs not configured with TLS + insecure: false # bucket: # endpoint: # region: