Update files to 1.4.1-2

This commit is contained in:
Alexander Trost
2016-09-27 18:12:40 +02:00
parent bf9e3d7a42
commit 32d062d77b
3 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
* [**Quay.io**](https://quay.io/repository/galexrt/zulip) * [**Quay.io**](https://quay.io/repository/galexrt/zulip)
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip) * [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
Current Version: `v1.4.1-1` Current Version: `1.4.1-2`
*** ***
@@ -27,9 +27,9 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
## How to get the container running ## How to get the container running
### To pull the image run ### To pull the image run
`docker pull quay.io/galexrt/zulip:v1.4.1-1` `docker pull quay.io/galexrt/zulip:1.4.1-2`
or or
`docker pull galexrt/zulip:v1.4.1-1` `docker pull galexrt/zulip:1.4.1-2`
### For the latest development image run ### For the latest development image run
`docker pull quay.io/galexrt/zulip:dev` `docker pull quay.io/galexrt/zulip:dev`

View File

@@ -21,7 +21,7 @@ redis:
volumes: volumes:
- "/opt/docker/zulip/redis:/var/lib/redis:rw" - "/opt/docker/zulip/redis:/var/lib/redis:rw"
zulip: zulip:
image: "quay.io/galexrt/zulip:v1.4.1-1" image: "quay.io/galexrt/zulip:1.4.1-2"
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"

View File

@@ -1,19 +1,19 @@
apiVersion: v1 apiVersion: v1
kind: ReplicationController kind: ReplicationController
metadata: metadata:
name: zulip-v1.4.1-1 name: zulip-1.4.1-2
labels: labels:
version: v1.4.1-1 version: 1.4.1-2
app: zulip app: zulip
spec: spec:
replicas: 1 replicas: 1
selector: selector:
version: v1.4.1-1 version: 1.4.1-2
app: zulip app: zulip
template: template:
metadata: metadata:
labels: labels:
version: v1.4.1-1 version: 1.4.1-2
app: zulip app: zulip
spec: spec:
containers: containers:
@@ -59,7 +59,7 @@ spec:
- name: postgresql-persistent-storage - name: postgresql-persistent-storage
mountPath: /var/lib/postgresql mountPath: /var/lib/postgresql
- name: zulip - name: zulip
image: quay.io/galexrt/zulip:v1.4.1-1 image: quay.io/galexrt/zulip:1.4.1-2
resources: resources:
limits: limits:
cpu: 100m cpu: 100m