mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +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:
|
image:
|
||||||
repository: quay.io/minio/minio
|
repository: quay.io/minio/minio
|
||||||
tag: RELEASE.2023-07-07T07-13-57Z
|
tag: RELEASE.2024-01-13T07-53-03Z
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
|
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
|
||||||
|
@ -8,7 +8,7 @@ image:
|
||||||
##
|
##
|
||||||
mcImage:
|
mcImage:
|
||||||
repository: quay.io/minio/mc
|
repository: quay.io/minio/mc
|
||||||
tag: RELEASE.2023-06-28T21-54-17Z
|
tag: RELEASE.2024-01-13T08-44-48Z
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## minio mode, i.e. standalone or distributed
|
## minio mode, i.e. standalone or distributed
|
||||||
|
@ -35,7 +35,7 @@ statefulSetUpdate:
|
||||||
existingSecret: "minio-root"
|
existingSecret: "minio-root"
|
||||||
|
|
||||||
## Path where PV would be mounted on the MinIO Pod
|
## Path where PV would be mounted on the MinIO Pod
|
||||||
mountPath: "/export"
|
mountPath: "/data"
|
||||||
|
|
||||||
# Number of drives attached to a node
|
# Number of drives attached to a node
|
||||||
drivesPerNode: 1
|
drivesPerNode: 1
|
||||||
|
|
Loading…
Reference in a new issue