mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update to latest Minio release (#1546)
This commit is contained in:
committed by
Sameer Naik
parent
f7c408d4e5
commit
85fe39bfd1
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user