Update to latest Minio release (#1546)

This commit is contained in:
Nitish Tiwari
2017-07-25 11:15:55 +05:30
committed by Sameer Naik
parent f7c408d4e5
commit 85fe39bfd1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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"