mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user