Update versions for Zulip 2.0.2.

This commit is contained in:
Tim Abbott
2019-03-15 11:57:20 -07:00
parent 0a3e862f31
commit d64bbe80d0
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ LABEL maintainer="Alexander Trost <galexrt@googlemail.com>"
# You can specify these in docker-compose.yml or with # You can specify these in docker-compose.yml or with
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" . # docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
ARG ZULIP_GIT_REF=2.0.1 ARG ZULIP_GIT_REF=2.0.2
ARG CUSTOM_CA_CERTIFICATES= ARG CUSTOM_CA_CERTIFICATES=
SHELL ["/bin/bash", "-xuo", "pipefail", "-c"] SHELL ["/bin/bash", "-xuo", "pipefail", "-c"]

View File

@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulipchat.com)
([Github](https://github.com/zulip/zulip)) in ([Github](https://github.com/zulip/zulip)) in
[production][prod-overview]. Image available from: [production][prod-overview]. Image available from:
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.1-0`) * [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.0.2-0`)
Current Zulip version: `2.0.1` Current Zulip version: `2.0.2`
Current Docker image version: `2.0.1-0` Current Docker image version: `2.0.2-0`
Project status: **Experimental**. The core Zulip community recently Project status: **Experimental**. The core Zulip community recently
adopted this project, and hasn't yet cleaned it up to our adopted this project, and hasn't yet cleaned it up to our

View File

@@ -62,7 +62,7 @@ spec:
- name: postgresql-persistent-storage - name: postgresql-persistent-storage
mountPath: /var/lib/postgresql mountPath: /var/lib/postgresql
- name: zulip - name: zulip
image: zulip/docker-zulip:2.0.1-0 image: zulip/docker-zulip:2.0.2-0
resources: resources:
limits: limits:
cpu: 100m cpu: 100m