From 2fbc8a5cec749ec839c4771754109038cbb86746 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 17 Feb 2020 08:43:27 +0530 Subject: [PATCH] [stable/minio]: update default images to latest (#20799) Signed-off-by: Harshavardhana --- stable/minio/Chart.yaml | 2 +- stable/minio/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 189abf3b35..27cad1965f 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads. name: minio -version: 5.0.8 +version: 5.0.9 appVersion: master keywords: - storage diff --git a/stable/minio/values.yaml b/stable/minio/values.yaml index 3dd22c9baa..e2e3d41c4b 100755 --- a/stable/minio/values.yaml +++ b/stable/minio/values.yaml @@ -14,7 +14,7 @@ clusterDomain: cluster.local ## image: repository: minio/minio - tag: RELEASE.2020-01-16T22-40-29Z + tag: RELEASE.2020-02-07T23-28-16Z pullPolicy: IfNotPresent ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio @@ -22,7 +22,7 @@ image: ## mcImage: repository: minio/mc - tag: RELEASE.2020-01-13T22-49-03Z + tag: RELEASE.2020-02-14T19-35-50Z pullPolicy: IfNotPresent ## minio server mode, i.e. standalone or distributed.