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: