From aaaf98b5d25c26cc2d483925f7256f2ce06be080 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 28 Dec 2017 21:04:35 +0530 Subject: [PATCH] Bump minio chart to latest release RELEASE.2017-12-28T01-21-00Z (#3177) --- stable/minio/Chart.yaml | 2 +- stable/minio/README.md | 2 +- stable/minio/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 116d6d6d65..9095680eea 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Distributed object storage server built for cloud applications and devops. name: minio -version: 0.4.2 +version: 0.4.3 keywords: - storage - object-storage diff --git a/stable/minio/README.md b/stable/minio/README.md index 92b84a6251..4e21a8112a 100644 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -75,7 +75,7 @@ The following tables lists the configurable parameters of the Minio chart and th | Parameter | Description | Default | |----------------------------|-------------------------------------|---------------------------------------------------------| | `image` | Minio image name | `minio/minio` | -| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-11-22T19-55-46Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-12-28T01-21-00Z`| | `imagePullPolicy` | Image pull policy | `Always` | | `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` | | `replicas` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` | diff --git a/stable/minio/values.yaml b/stable/minio/values.yaml index 08266a3309..a6bfdf6fb4 100644 --- a/stable/minio/values.yaml +++ b/stable/minio/values.yaml @@ -3,7 +3,7 @@ ## Distributed Minio ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide ## image: "minio/minio" -imageTag: "RELEASE.2017-11-22T19-55-46Z" +imageTag: "RELEASE.2017-12-28T01-21-00Z" imagePullPolicy: "Always" mode: "standalone"