From 85e3e6fc6257afb33db0712193d881d3e3835188 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 13 Apr 2019 06:16:03 +0530 Subject: [PATCH] Update MinIO / mc images (#12962) Signed-off-by: Nitish Tiwari --- stable/minio/Chart.yaml | 4 ++-- stable/minio/README.md | 4 ++-- stable/minio/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index f06c5f5921..496d571ae1 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. name: minio -version: 2.4.11 -appVersion: RELEASE.2019-03-13T21-59-47Z +version: 2.4.12 +appVersion: RELEASE.2019-04-09T01-22-30Z keywords: - storage - object-storage diff --git a/stable/minio/README.md b/stable/minio/README.md index 7dfcba9f83..77388c479b 100755 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -93,10 +93,10 @@ The following table lists the configurable parameters of the Minio chart and the | Parameter | Description | Default | |----------------------------|-------------------------------------|---------------------------------------------------------| | `image.repository` | Image repository | `minio/minio` | -| `image.tag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2019-03-13T21-59-47Z`| +| `image.tag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2019-04-09T01-22-30Z`| | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `mcImage.repository` | Client image repository | `minio/mc` | -| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/).| `RELEASE.2019-03-13T21-05-06Z`| +| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/).| `RELEASE.2019-04-03T17-59-57Z`| | `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` | | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` | diff --git a/stable/minio/values.yaml b/stable/minio/values.yaml index 90cf957241..fddd001e1c 100755 --- a/stable/minio/values.yaml +++ b/stable/minio/values.yaml @@ -6,7 +6,7 @@ clusterDomain: cluster.local ## image: repository: minio/minio - tag: RELEASE.2019-03-13T21-59-47Z + tag: RELEASE.2019-04-09T01-22-30Z pullPolicy: IfNotPresent ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio @@ -14,7 +14,7 @@ image: ## mcImage: repository: minio/mc - tag: RELEASE.2019-03-13T21-05-06Z + tag: RELEASE.2019-04-03T17-59-57Z pullPolicy: IfNotPresent ## minio server mode, i.e. standalone or distributed.