From 6e0f6e85deeea15f679094e1cbdb497ccbd5e6af Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:03:44 +0300 Subject: [PATCH] minio/charts: fix variable (#2671) --- library/ix-dev/charts/minio/Chart.yaml | 2 +- library/ix-dev/charts/minio/templates/_minio.tpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/charts/minio/Chart.yaml b/library/ix-dev/charts/minio/Chart.yaml index da271906ca..51b550e141 100644 --- a/library/ix-dev/charts/minio/Chart.yaml +++ b/library/ix-dev/charts/minio/Chart.yaml @@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage annotations: title: MinIO type: application -version: 2.0.10 +version: 2.0.11 apiVersion: v2 appVersion: 2024-07-16T23-46-41Z kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/minio/templates/_minio.tpl b/library/ix-dev/charts/minio/templates/_minio.tpl index 660f3d4535..e1f961d3f6 100644 --- a/library/ix-dev/charts/minio/templates/_minio.tpl +++ b/library/ix-dev/charts/minio/templates/_minio.tpl @@ -16,10 +16,9 @@ workload: securityContext: runAsUser: 473 runAsGroup: 473 - # readOnlyRootFilesystem: false {{- if not .Values.minioStorage.distributedMode }} env: - MINIO_VOLUMES: /export + MINIO_VOLUMES: {{ .Values.minioStorage.export.mountPath }} {{- end }} args: - server