From b28bffc8ebb75468ec4a4c877724c703179645a4 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Sun, 9 Feb 2025 10:45:52 +0100 Subject: [PATCH] Combined release for victory condition change to enum in mariadb db v136 api v3.6.0 lobby v1.15.2 --- apps/faf-api/templates/deployment.yaml | 2 +- apps/faf-db-migrations/templates/cronjob.yaml | 2 +- apps/faf-lobby-server/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/faf-api/templates/deployment.yaml b/apps/faf-api/templates/deployment.yaml index 849e386f..42f72630 100644 --- a/apps/faf-api/templates/deployment.yaml +++ b/apps/faf-api/templates/deployment.yaml @@ -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: diff --git a/apps/faf-db-migrations/templates/cronjob.yaml b/apps/faf-db-migrations/templates/cronjob.yaml index 83de467a..eddfbc63 100644 --- a/apps/faf-db-migrations/templates/cronjob.yaml +++ b/apps/faf-db-migrations/templates/cronjob.yaml @@ -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: diff --git a/apps/faf-lobby-server/templates/deployment.yaml b/apps/faf-lobby-server/templates/deployment.yaml index 570e772d..622f989f 100644 --- a/apps/faf-lobby-server/templates/deployment.yaml +++ b/apps/faf-lobby-server/templates/deployment.yaml @@ -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: