bump to 5.6.2

This commit is contained in:
cpanato 2018-12-22 15:59:43 +01:00
parent c58467c507
commit 79ae72ec6c
No known key found for this signature in database
GPG Key ID: E2379A61085D0517
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.7
# Some ENV variables # Some ENV variables
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.6.1 ENV MM_VERSION=5.6.2
# 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:5.6.1" image: "mattermost/mattermost-prod-app:5.6.2"
env: env:
- name: DB_HOST - name: DB_HOST
valueFrom: valueFrom: