Skip to content

Commit

Permalink
Update faf-user-service to 2.3.0-RC3 (Password reset)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 31, 2024
1 parent 9309904 commit 6fb230d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/faf-user-service/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion apps/faf-user-service/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-user-service:3.1.5
- image: faforever/faf-user-service:3.2.0-RC3
imagePullPolicy: Always
name: faf-user-service
envFrom:
Expand Down

0 comments on commit 6fb230d

Please sign in to comment.