From 54c5974d6b2b57e246701ae90bf89066571436e5 Mon Sep 17 00:00:00 2001 From: David Sabatie Date: Fri, 22 Apr 2022 21:34:33 +0200 Subject: [PATCH] fix: Default type to filesystem for imageChartStorage --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index e6991538c..c0fb13101 100644 --- a/values.yaml +++ b/values.yaml @@ -280,7 +280,7 @@ persistence: # "oss" and fill the information needed in the corresponding section. The type # must be "filesystem" if you want to use persistent volumes for registry # and chartmuseum - type: gcs + type: filesystem filesystem: rootdirectory: /storage #maxthreads: 100