diff --git a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml index 022caea3c..aaafa5e5c 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z volumes: - minio1-data:/export ports: @@ -20,7 +20,7 @@ services: - access_key minio2: - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z volumes: - minio2-data:/export ports: @@ -38,7 +38,7 @@ services: - access_key minio3: - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z volumes: - minio3-data:/export ports: @@ -56,7 +56,7 @@ services: - access_key minio4: - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/docker-swarm/docker-compose.yaml b/docs/orchestration/docker-swarm/docker-compose.yaml index fd1845790..eef3d3b25 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/kubernetes-yaml/README.md b/docs/orchestration/kubernetes-yaml/README.md index 4ef3b3edf..9c03de0bf 100644 --- a/docs/orchestration/kubernetes-yaml/README.md +++ b/docs/orchestration/kubernetes-yaml/README.md @@ -457,7 +457,7 @@ spec: containers: - name: minio # Pulls the default Minio image from Docker Hub - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml b/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml index 4452025c8..01cf3ce03 100644 --- a/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml +++ b/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml @@ -19,7 +19,7 @@ spec: value: "minio" - name: MINIO_SECRET_KEY value: "minio123" - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z 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 853bdb4e5..02f15ec24 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml b/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml index 8b991b7d8..6798d8fe1 100644 --- a/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml +++ b/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml @@ -21,7 +21,7 @@ spec: containers: - name: minio # Pulls the default Minio image from Docker Hub - image: minio/minio:RELEASE.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z args: - server - /data diff --git a/docs/orchestration/kubernetes/README.md b/docs/orchestration/kubernetes/README.md index bbe630263..72f87edf3 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.2017-09-29T19-16-56Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-10-27T18-59-02Z`| | `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 1a6e9a3cd..8096e7f12 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.2017-09-29T19-16-56Z + image: minio/minio:RELEASE.2017-10-27T18-59-02Z 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: