From dd44567cecd051cf45a53796e2c54f534175689a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 24 Oct 2018 19:46:50 +0200 Subject: [PATCH] bump minio and mc (#8570) Signed-off-by: cpanato --- stable/minio/Chart.yaml | 4 ++-- stable/minio/README.md | 4 ++-- stable/minio/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 5c4213b8b9..02c4bbcc12 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. name: minio -version: 1.8.3 -appVersion: RELEASE.2018-09-12T18-49-56Z +version: 1.9.0 +appVersion: RELEASE.2018-10-18T00-28-58Z keywords: - storage - object-storage diff --git a/stable/minio/README.md b/stable/minio/README.md index d5b49aeee7..c4eef40c6e 100644 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -76,10 +76,10 @@ The following table lists the configurable parameters of the Minio chart and the | Parameter | Description | Default | |----------------------------|-------------------------------------|---------------------------------------------------------| | `image.repository` | Image repository | `minio/minio` | -| `image.tag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-09-12T18-49-56Z`| +| `image.tag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-10-18T00-28-58Z`| | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `mcImage.repository` | Client image repository | `minio/mc` | -| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/).| `RELEASE.2018-09-10T23-39-12Z`| +| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/).| `RELEASE.2018-10-18T00-40-05Z`| | `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` | | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` | diff --git a/stable/minio/values.yaml b/stable/minio/values.yaml index 5216bad28b..0184c1251d 100644 --- a/stable/minio/values.yaml +++ b/stable/minio/values.yaml @@ -2,7 +2,7 @@ ## image: repository: minio/minio - tag: RELEASE.2018-09-12T18-49-56Z + tag: RELEASE.2018-10-18T00-28-58Z pullPolicy: IfNotPresent ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio @@ -10,7 +10,7 @@ image: ## mcImage: repository: minio/mc - tag: RELEASE.2018-09-10T23-39-12Z + tag: RELEASE.2018-10-18T00-40-05Z pullPolicy: IfNotPresent ## minio server mode, i.e. standalone or distributed.