Update to latest Minio release RELEASE.2018-02-09T22-40-05Z (#4135)

This commit is contained in:
Nitish Tiwari
2018-03-14 13:35:06 -07:00
committed by k8s-ci-robot
parent e8eb05a847
commit 77e09cf645
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.5.6
version: 0.5.7
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.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` |
+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.2018-02-09T22-40-05Z"
imageTag: "RELEASE.2018-03-12T21-25-28Z"
imagePullPolicy: "IfNotPresent"
mode: "standalone"