Skip to content

Commit

Permalink
bump minio and mc (helm#8570)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: Jakob Niggel <info@jakobniggel.de>
  • Loading branch information
cpanato authored and Jnig committed Nov 13, 2018
1 parent d48c76a commit 00e8d97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions stable/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions stable/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
##
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
## client used to create a default bucket).
##
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.
Expand Down

0 comments on commit 00e8d97

Please sign in to comment.