Bump minio chart to latest release RELEASE.2017-12-28T01-21-00Z (#3177)

This commit is contained in:
Nitish Tiwari
2017-12-28 07:34:35 -08:00
committed by k8s-ci-robot
parent 538dca97e0
commit aaaf98b5d2
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.4.2
version: 0.4.3
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-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` |
+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-11-22T19-55-46Z"
imageTag: "RELEASE.2017-12-28T01-21-00Z"
imagePullPolicy: "Always"
mode: "standalone"