From 34e8a2b7f90cdfcc61d84bb04787b6807c4c8ac2 Mon Sep 17 00:00:00 2001 From: Mike Dvorak Date: Thu, 21 May 2020 07:43:59 -0700 Subject: [PATCH] fixes archive configmap --- charts/argo/requirements.yaml | 2 +- charts/argo/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/argo/requirements.yaml b/charts/argo/requirements.yaml index 869e1975..220ad004 100644 --- a/charts/argo/requirements.yaml +++ b/charts/argo/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: minio - version: 5.0.6 + version: 5.0.26 repository: https://kubernetes-charts.storage.googleapis.com/ condition: minio.install diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 7f0eead3..6d2832df 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -33,7 +33,8 @@ controller: enabled: false path: /metrics port: 8080 - persistence: {} + persistence: + archive: false # connectionPool: # maxIdleConns: 100 # maxOpenConns: 0