From ebb0d70429431b6b92290d1b36e57bef6f5a68ba Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Tue, 31 Dec 2024 16:20:04 +0100 Subject: [PATCH] Update faf-user-service to 2.3.0-RC3 (Password reset) --- apps/faf-user-service/templates/config.yaml | 4 +--- apps/faf-user-service/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/faf-user-service/templates/config.yaml b/apps/faf-user-service/templates/config.yaml index 0957edc9..b247d995 100644 --- a/apps/faf-user-service/templates/config.yaml +++ b/apps/faf-user-service/templates/config.yaml @@ -6,11 +6,9 @@ metadata: app: faf-user-service data: # Only for testing environments + SELF_URL: "https://user.{{.Values.baseDomain}}" FAF_ENVIRONMENT: {{ eq .Values.environment "prod" | ternary "" .Values.environment }} REAL_IP_HEADER: "Cf-Connecting-Ip" - PASSWORD_RESET_URL: "https://www.{{.Values.baseDomain}}/account/password/reset" - REGISTER_ACCOUNT_URL: "https://www.{{.Values.baseDomain}}/account/register" - ACTIVATION_URL_FORMAT: "https://user.{{.Values.baseDomain}}/register/activate?token=%s" FAILED_LOGIN_ACCOUNT_THRESHOLD: "5" FAILED_LOGIN_ATTEMPT_THRESHOLD: "10" FAILED_LOGIN_THROTTLING_MINUTES: "5" diff --git a/apps/faf-user-service/templates/deployment.yaml b/apps/faf-user-service/templates/deployment.yaml index 52c5a739..eac2191a 100644 --- a/apps/faf-user-service/templates/deployment.yaml +++ b/apps/faf-user-service/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: prometheus.io/path: '/actuator/prometheus' spec: containers: - - image: faforever/faf-user-service:3.1.5 + - image: faforever/faf-user-service:3.2.0-RC3 imagePullPolicy: Always name: faf-user-service envFrom: