bump to use 5.9.0
This commit is contained in:
parent
201cca1a66
commit
a62aa728ae
@ -2,7 +2,7 @@ FROM alpine:3.9
|
||||
|
||||
# Some ENV variables
|
||||
ENV PATH="/mattermost/bin:${PATH}"
|
||||
ENV MM_VERSION=5.8.1
|
||||
ENV MM_VERSION=5.9.0
|
||||
|
||||
# Build argument to set Mattermost edition
|
||||
ARG edition=enterprise
|
||||
|
@ -92,7 +92,7 @@
|
||||
},
|
||||
{
|
||||
"name": "web",
|
||||
"image": "mattermost/mattermost-prod-web:5.8.1",
|
||||
"image": "mattermost/mattermost-prod-web:5.9.0",
|
||||
"memory": 128,
|
||||
"essential": true,
|
||||
"mountPoints": [
|
||||
|
@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: mattermost-app
|
||||
image: "mattermost/mattermost-prod-app:5.8.1"
|
||||
image: "mattermost/mattermost-prod-app:5.9.0"
|
||||
env:
|
||||
- name: DB_HOST
|
||||
valueFrom:
|
||||
|
@ -59,7 +59,7 @@ services:
|
||||
condition: on-failure
|
||||
app:
|
||||
# use official mattermost prod-app image
|
||||
image: mattermost/mattermost-prod-app:5.8.1
|
||||
image: mattermost/mattermost-prod-app:5.9.0
|
||||
networks:
|
||||
- mm-in
|
||||
- mm-out
|
||||
|
@ -58,7 +58,7 @@ services:
|
||||
condition: on-failure
|
||||
app:
|
||||
# use official mattermost prod-app image
|
||||
image: mattermost/mattermost-prod-app:5.8.1
|
||||
image: mattermost/mattermost-prod-app:5.9.0
|
||||
networks:
|
||||
- mm-in
|
||||
- mm-out
|
||||
|
Reference in New Issue
Block a user