Bump to 5.2.1

This commit is contained in:
cpanato 2018-08-24 14:35:11 +02:00
parent 776169b16b
commit 947d278973
No known key found for this signature in database
GPG Key ID: E2379A61085D0517
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.6
# Some ENV variables # Some ENV variables
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.2.0 ENV MM_VERSION=5.2.1
# Build argument to set Mattermost edition # Build argument to set Mattermost edition
ARG edition=enterprise ARG edition=enterprise

View File

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: mattermost-app - name: mattermost-app
image: "mattermost/mattermost-prod-app:4.7.0" image: "mattermost/mattermost-prod-app:5.2.1"
env: env:
- name: DB_HOST - name: DB_HOST
valueFrom: valueFrom: