From fce51dfec34667d9c8e307e4ed009b36fc8f6ab1 Mon Sep 17 00:00:00 2001 From: Aikawa Date: Wed, 17 Aug 2022 09:06:40 +0900 Subject: [PATCH] fix(argo-workflows): Changed default .Values.artifactRepository.s3.insecure to false for security (#1401) Signed-off-by: yu-croco --- charts/argo-workflows/Chart.yaml | 4 ++-- charts/argo-workflows/values.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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: