Changed all v1.3.7 occurences to v1.3.9

This commit is contained in:
Alexander Trost
2015-11-17 10:25:23 +01:00
parent 38696d0501
commit 35bff1584a
4 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
## How to get the container:
### For docker use:
`docker pull quay.io/galexrt/zulip:1.3.7-2`
`docker pull quay.io/galexrt/zulip:v1.3.9`
### For the latest development image changes use:
`docker pull quay.io/galexrt/zulip:dev`

View File

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

View File

@@ -1,20 +1,20 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: zulip-v1.3.7-2
name: zulip-v1.3.9
namespace: default
labels:
version: v1.3.7-2
version: v1.3.9
app: zulip
spec:
replicas: 1
selector:
version: v1.3.7-2
version: v1.3.9
app: gitlab
template:
metadata:
labels:
version: v1.3.7-2
version: v1.3.9
app: gitlab
spec:
containers:
@@ -60,7 +60,7 @@ spec:
- name: postgresql-persistent-storage
mountPath: /var/lib/postgresql
- name: zulip
image: quay.io/galexrt/zulip:1.3.7-2
image: quay.io/galexrt/zulip:v1.3.9
resources:
limits:
cpu: 100m

View File

@@ -59,4 +59,4 @@ docker run \
-e "ZULIP_SETTINGS_DEFAULT_FROM_EMAIL=Zulip <noreply@example.com>" \
-e "ZULIP_SETTINGS_EMAIL_HOST=smtp.example.com" \
-e "ZULIP_SETTINGS_EMAIL_HOST_USER=noreply@example.com" \
quay.io/galexrt/zulip:1.3.7-2
quay.io/galexrt/zulip:v1.3.9