Merge pull request #372 from cpanato/5.8.0

update MM to 5.8.0
This commit is contained in:
Carlos Tadeu Panato Junior 2019-02-16 11:18:51 +01:00 committed by GitHub
commit b95ad214ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -92,7 +92,7 @@
},
{
"name": "web",
"image": "mattermost/mattermost-prod-web:5.7.2",
"image": "mattermost/mattermost-prod-web:5.8.0",
"memory": 128,
"essential": true,
"mountPoints": [

View File

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

View File

@ -59,7 +59,7 @@ services:
condition: on-failure
app:
# use official mattermost prod-app image
image: mattermost/mattermost-prod-app:5.7.2
image: mattermost/mattermost-prod-app:5.8.0
networks:
- mm-in
- mm-out

View File

@ -58,7 +58,7 @@ services:
condition: on-failure
app:
# use official mattermost prod-app image
image: mattermost/mattermost-prod-app:5.7.2
image: mattermost/mattermost-prod-app:5.8.0
networks:
- mm-in
- mm-out