diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 0fba0fa153..4f4a72d105 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads. name: minio -version: 5.0.17 +version: 5.0.18 appVersion: master keywords: - storage diff --git a/stable/minio/README.md b/stable/minio/README.md index 1bf4339db6..73adafb824 100755 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -95,10 +95,10 @@ The following table lists the configurable parameters of the MinIO chart and the | `nameOverride` | Provide a name in place of `minio` | `""` | | `fullnameOverride` | Provide a name to substitute for the full names of resources | `""` | | `image.repository` | Image repository | `minio/minio` | -| `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/). | `RELEASE.2020-01-03T19-12-21Z` | +| `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/). | `RELEASE.2020-03-25T07-03-04Z` | | `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.2020-01-03T20-33-14Z` | +| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/). | `RELEASE.2020-03-14T01-23-37Z` | | `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` | | `ingress.enabled` | Enables Ingress | `false` | | `ingress.labels ` | Ingress labels | `{}` | diff --git a/stable/minio/values.yaml b/stable/minio/values.yaml index fc3b58f7fb..9800fc7a12 100755 --- a/stable/minio/values.yaml +++ b/stable/minio/values.yaml @@ -14,7 +14,7 @@ clusterDomain: cluster.local ## image: repository: minio/minio - tag: RELEASE.2020-03-06T22-23-56Z + tag: RELEASE.2020-03-25T07-03-04Z pullPolicy: IfNotPresent ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio @@ -22,7 +22,7 @@ image: ## mcImage: repository: minio/mc - tag: RELEASE.2020-03-06T23-29-45Z + tag: RELEASE.2020-03-14T01-23-37Z pullPolicy: IfNotPresent ## minio server mode, i.e. standalone or distributed.