Skip to content

Commit b28bffc

Browse files
committed
Combined release for victory condition change to enum in mariadb
db v136 api v3.6.0 lobby v1.15.2
1 parent 5682144 commit b28bffc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/faf-api/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
prometheus.io/path: '/actuator/prometheus'
2323
spec:
2424
containers:
25-
- image: faforever/faf-java-api:v3.5.0
25+
- image: faforever/faf-java-api:v3.6.0
2626
imagePullPolicy: Always
2727
name: faf-api
2828
envFrom:

apps/faf-db-migrations/templates/cronjob.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
template:
2121
spec:
2222
containers:
23-
- image: faforever/faf-db-migrations:v133
23+
- image: faforever/faf-db-migrations:v136
2424
imagePullPolicy: Always
2525
name: faf-db-migrations
2626
env:

apps/faf-lobby-server/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
spec:
2222
terminationGracePeriodSeconds: 3600
2323
containers:
24-
- image: faforever/faf-python-server:v1.15.1
24+
- image: faforever/faf-python-server:v1.15.2
2525
imagePullPolicy: Always
2626
name: faf-lobby-server
2727
envFrom:

0 commit comments

Comments
 (0)