update helm release to v4.0.0 removes gcs gateway support

newer MinIO server removes "gcs" gateway support as per #14331
This commit is contained in:
Minio Trusted
2022-04-25 19:41:35 -07:00
parent 8a6b2b4447
commit 97fcc9ff99
6 changed files with 80 additions and 73 deletions
+2 -5
View File
@@ -14,7 +14,7 @@ clusterDomain: cluster.local
##
image:
repository: quay.io/minio/minio
tag: RELEASE.2022-04-16T04-26-02Z
tag: RELEASE.2022-04-26T01-20-24Z
pullPolicy: IfNotPresent
imagePullSecrets: []
@@ -107,11 +107,8 @@ pools: 1
# Deploy if 'mode == gateway' - 4 replicas.
gateway:
type: "nas" # currently only "nas,gcs" are supported.
type: "nas" # currently only "nas" are supported.
replicas: 4
gcs:
serviceAccountFile: "" # credential JSON file of service account key (not required if using existing secret)
projectId: "" # Google cloud project id required
## TLS Settings for MinIO
tls: