From b92c3242544c00af87834233af799ff3b207451d Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Fri, 5 Oct 2018 01:08:39 +0000 Subject: [PATCH] Update yaml files to latest version RELEASE.2018-10-05T01-03-03Z --- docs/orchestration/docker-compose/docker-compose.yaml | 8 ++++---- .../docker-swarm/docker-compose-secrets.yaml | 8 ++++---- docs/orchestration/docker-swarm/docker-compose.yaml | 8 ++++---- docs/orchestration/kubernetes-yaml/README.md | 6 +++--- .../kubernetes-yaml/minio-distributed-statefulset.yaml | 2 +- .../kubernetes-yaml/minio-gcs-gateway-deployment.yaml | 2 +- .../kubernetes-yaml/minio-standalone-deployment.yaml | 2 +- docs/orchestration/kubernetes/README.md | 2 +- docs/orchestration/minikube/statefulset.yaml | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/orchestration/docker-compose/docker-compose.yaml b/docs/orchestration/docker-compose/docker-compose.yaml index 80b8ca897..7683f3bb4 100644 --- a/docs/orchestration/docker-compose/docker-compose.yaml +++ b/docs/orchestration/docker-compose/docker-compose.yaml @@ -5,7 +5,7 @@ version: '2' # 9001 through 9004. services: minio1: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - data1:/data ports: @@ -15,7 +15,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio2: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - data2:/data ports: @@ -25,7 +25,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio3: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - data3:/data ports: @@ -35,7 +35,7 @@ services: MINIO_SECRET_KEY: minio123 command: server http://minio1/data http://minio2/data http://minio3/data http://minio4/data minio4: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - data4:/data ports: diff --git a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml index 4c1f012c2..a5ca64f99 100644 --- a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml +++ b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml @@ -2,7 +2,7 @@ version: '3.1' services: minio1: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio1-data:/export ports: @@ -20,7 +20,7 @@ services: - access_key minio2: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio2-data:/export ports: @@ -38,7 +38,7 @@ services: - access_key minio3: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio3-data:/export ports: @@ -56,7 +56,7 @@ services: - access_key minio4: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/docker-swarm/docker-compose.yaml b/docs/orchestration/docker-swarm/docker-compose.yaml index 5d6d7de76..6836e6b94 100644 --- a/docs/orchestration/docker-swarm/docker-compose.yaml +++ b/docs/orchestration/docker-swarm/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3' services: minio1: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio1-data:/export ports: @@ -20,7 +20,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio2: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio2-data:/export ports: @@ -38,7 +38,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio3: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio3-data:/export ports: @@ -56,7 +56,7 @@ services: command: server http://minio1/export http://minio2/export http://minio3/export http://minio4/export minio4: - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/kubernetes-yaml/README.md b/docs/orchestration/kubernetes-yaml/README.md index a69a77792..37383babb 100644 --- a/docs/orchestration/kubernetes-yaml/README.md +++ b/docs/orchestration/kubernetes-yaml/README.md @@ -124,7 +124,7 @@ spec: - name: data mountPath: "/data" # Pulls the lastest Minio image from Docker Hub - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - server - /data @@ -303,7 +303,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - server - http://minio-0.minio.default.svc.cluster.local/data @@ -514,7 +514,7 @@ spec: containers: - name: minio # Pulls the default Minio image from Docker Hub - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml b/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml index 2ed8e0b23..e74df1996 100644 --- a/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml +++ b/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml @@ -21,7 +21,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - server - http://minio-0.minio.default.svc.cluster.local/data diff --git a/docs/orchestration/kubernetes-yaml/minio-gcs-gateway-deployment.yaml b/docs/orchestration/kubernetes-yaml/minio-gcs-gateway-deployment.yaml index af04a3d60..516d9c2b6 100644 --- a/docs/orchestration/kubernetes-yaml/minio-gcs-gateway-deployment.yaml +++ b/docs/orchestration/kubernetes-yaml/minio-gcs-gateway-deployment.yaml @@ -21,7 +21,7 @@ spec: containers: - name: minio # Pulls the default Minio image from Docker Hub - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml b/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml index 10405d2b2..a6d14af0f 100644 --- a/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml +++ b/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml @@ -29,7 +29,7 @@ spec: - name: data mountPath: "/data" # Pulls the lastest Minio image from Docker Hub - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z args: - server - /data diff --git a/docs/orchestration/kubernetes/README.md b/docs/orchestration/kubernetes/README.md index 058f4d3ed..bfe49bb3e 100644 --- a/docs/orchestration/kubernetes/README.md +++ b/docs/orchestration/kubernetes/README.md @@ -30,7 +30,7 @@ Above command deploys Minio on the Kubernetes cluster in the default configurati | 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.2018-09-25T21-34-43Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2018-10-05T01-03-03Z`| | `imagePullPolicy` | Image pull policy | `Always` | | `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` | | `numberOfNodes` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` | diff --git a/docs/orchestration/minikube/statefulset.yaml b/docs/orchestration/minikube/statefulset.yaml index 38f7d2f36..ab9bfacc3 100644 --- a/docs/orchestration/minikube/statefulset.yaml +++ b/docs/orchestration/minikube/statefulset.yaml @@ -54,7 +54,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2018-09-25T21-34-43Z + image: minio/minio:RELEASE.2018-10-05T01-03-03Z imagePullPolicy: IfNotPresent args: ["server", "http://minio-0.minio.default.svc.cluster.local/data", "http://minio-1.minio.default.svc.cluster.local/data", "http://minio-2.minio.default.svc.cluster.local/data", "http://minio-3.minio.default.svc.cluster.local/data"] ports: