diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 2360d95dcf..7a25b4801c 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.1.3 +version: 0.1.4 keywords: - storage - object-storage diff --git a/stable/minio/README.md b/stable/minio/README.md index 7f358d2114..d66b136565 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-05-05T01-14-51Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-07-24T18-27-35Z`| | `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 0dd3b86b6e..eca121f2df 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-06-13T19-01-01Z" +imageTag: "RELEASE.2017-07-24T18-27-35Z" imagePullPolicy: "Always" mode: "standalone"