mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
update(s3)
This commit is contained in:
parent
516c7b063c
commit
d2e9c0cb00
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: quay.io/minio/minio
|
||||
tag: RELEASE.2023-07-07T07-13-57Z
|
||||
tag: RELEASE.2024-01-13T07-53-03Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
|
||||
|
@ -8,7 +8,7 @@ image:
|
|||
##
|
||||
mcImage:
|
||||
repository: quay.io/minio/mc
|
||||
tag: RELEASE.2023-06-28T21-54-17Z
|
||||
tag: RELEASE.2024-01-13T08-44-48Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## minio mode, i.e. standalone or distributed
|
||||
|
@ -35,7 +35,7 @@ statefulSetUpdate:
|
|||
existingSecret: "minio-root"
|
||||
|
||||
## Path where PV would be mounted on the MinIO Pod
|
||||
mountPath: "/export"
|
||||
mountPath: "/data"
|
||||
|
||||
# Number of drives attached to a node
|
||||
drivesPerNode: 1
|
||||
|
|
Loading…
Reference in a new issue