Update MinIO / mc images (#12962)

Signed-off-by: Nitish Tiwari <nitish@minio.io>
This commit is contained in:
Nitish Tiwari
2019-04-12 17:46:02 -07:00
committed by Kubernetes Prow Robot
parent 4bde54c86c
commit 85e3e6fc62
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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: 2.4.11
appVersion: RELEASE.2019-03-13T21-59-47Z
version: 2.4.12
appVersion: RELEASE.2019-04-09T01-22-30Z
keywords:
- storage
- object-storage
+2 -2
View File
@@ -93,10 +93,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.2019-03-13T21-59-47Z`|
| `image.tag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2019-04-09T01-22-30Z`|
| `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.2019-03-13T21-05-06Z`|
| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/).| `RELEASE.2019-04-03T17-59-57Z`|
| `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` |
| `ingress.enabled` | Enables Ingress | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
+2 -2
View File
@@ -6,7 +6,7 @@ clusterDomain: cluster.local
##
image:
repository: minio/minio
tag: RELEASE.2019-03-13T21-59-47Z
tag: RELEASE.2019-04-09T01-22-30Z
pullPolicy: IfNotPresent
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
@@ -14,7 +14,7 @@ image:
##
mcImage:
repository: minio/mc
tag: RELEASE.2019-03-13T21-05-06Z
tag: RELEASE.2019-04-03T17-59-57Z
pullPolicy: IfNotPresent
## minio server mode, i.e. standalone or distributed.