Skip to content

Commit

Permalink
Combined release for victory condition change to enum in mariadb
Browse files Browse the repository at this point in the history
db v136
api v3.6.0
lobby v1.15.2
  • Loading branch information
Brutus5000 committed Feb 9, 2025
1 parent 5682144 commit b28bffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/faf-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
prometheus.io/path: '/actuator/prometheus'
spec:
containers:
- image: faforever/faf-java-api:v3.5.0
- image: faforever/faf-java-api:v3.6.0
imagePullPolicy: Always
name: faf-api
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion apps/faf-db-migrations/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
template:
spec:
containers:
- image: faforever/faf-db-migrations:v133
- image: faforever/faf-db-migrations:v136
imagePullPolicy: Always
name: faf-db-migrations
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/faf-lobby-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
terminationGracePeriodSeconds: 3600
containers:
- image: faforever/faf-python-server:v1.15.1
- image: faforever/faf-python-server:v1.15.2
imagePullPolicy: Always
name: faf-lobby-server
envFrom:
Expand Down

0 comments on commit b28bffc

Please sign in to comment.