From d2e9c0cb00448eff19fe75ba6546229cc59f5058 Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 15 Jan 2024 11:38:22 +0100 Subject: [PATCH] update(s3) --- projects/services/values/s3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/services/values/s3.yml b/projects/services/values/s3.yml index cb9c9b3c..c4d9a3fb 100644 --- a/projects/services/values/s3.yml +++ b/projects/services/values/s3.yml @@ -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