diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index deb2305e0f..273a20e5ff 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.5.6 +version: 0.5.7 keywords: - storage - object-storage diff --git a/stable/minio/README.md b/stable/minio/README.md index c32cb0b76f..19e0dfaad6 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.2018-02-09T22-40-05Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-03-12T21-25-28Z`| | `imagePullPolicy` | Image pull policy | `IfNotPresent` | | `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 8eb6b60507..58e3039aff 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.2018-02-09T22-40-05Z" +imageTag: "RELEASE.2018-03-12T21-25-28Z" imagePullPolicy: "IfNotPresent" mode: "standalone"