bump to 5.10.1

This commit is contained in:
Carlos Panato 2019-05-16 10:22:45 +02:00
parent f8e1b338c1
commit 108bbe4a9c
No known key found for this signature in database
GPG Key ID: E2379A61085D0517
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: mattermost-app
image: "mattermost/mattermost-prod-app:5.10.0"
image: "mattermost/mattermost-prod-app:5.10.1"
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.10.0
image: mattermost/mattermost-prod-app:5.10.1
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.10.0
image: mattermost/mattermost-prod-app:5.10.1
networks:
- mm-in
- mm-out