Skip to content

Commit

Permalink
Bump minio chart to latest release RELEASE.2017-12-28T01-21-00Z (helm…
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored and k8s-ci-robot committed Dec 28, 2017
1 parent 538dca9 commit aaaf98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit aaaf98b

Please sign in to comment.