diff --git a/docs/orchestration/docker-swarm/docker-compose-secrets.yaml b/docs/orchestration/docker-swarm/docker-compose-secrets.yaml index aaafa5e5c..9e15e66b8 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z volumes: - minio1-data:/export ports: @@ -20,7 +20,7 @@ services: - access_key minio2: - image: minio/minio:RELEASE.2017-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z volumes: - minio2-data:/export ports: @@ -38,7 +38,7 @@ services: - access_key minio3: - image: minio/minio:RELEASE.2017-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z volumes: - minio3-data:/export ports: @@ -56,7 +56,7 @@ services: - access_key minio4: - image: minio/minio:RELEASE.2017-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/docker-swarm/docker-compose.yaml b/docs/orchestration/docker-swarm/docker-compose.yaml index eef3d3b25..89f7efdcb 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z volumes: - minio4-data:/export ports: diff --git a/docs/orchestration/kubernetes-yaml/README.md b/docs/orchestration/kubernetes-yaml/README.md index 9c03de0bf..3f29a466f 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml b/docs/orchestration/kubernetes-yaml/minio-distributed-statefulset.yaml index 01cf3ce03..6dfbf10a1 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z 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 02f15ec24..3ee1fb059 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z args: - gateway - gcs diff --git a/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml b/docs/orchestration/kubernetes-yaml/minio-standalone-deployment.yaml index 6798d8fe1..78d72c10f 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z args: - server - /data diff --git a/docs/orchestration/kubernetes/README.md b/docs/orchestration/kubernetes/README.md index 72f87edf3..a67aa89b0 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-10-27T18-59-02Z`| +| `imageTag` | Minio image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/).| `RELEASE.2017-11-22T19-55-46Z`| | `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 8096e7f12..971f23e99 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-10-27T18-59-02Z + image: minio/minio:RELEASE.2017-11-22T19-55-46Z 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: