Skip to content

Commit 68504d7

Browse files
committed
Update faf-user-service to 4.2.0-RC1
1 parent b94bd2a commit 68504d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/faf-user-service/templates/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ data:
2525
LOBBY_URL: "wss://ws.{{.Values.baseDomain}}"
2626
IRC_TOKEN_TTL: "86400"
2727
REPLAY_URL: "wss://replay-ws.{{.Values.baseDomain}}"
28+
ALTCHA_ENABLED: "true"

apps/faf-user-service/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
prometheus.io/path: '/actuator/prometheus'
2323
spec:
2424
containers:
25-
- image: faforever/faf-user-service:4.0.1
25+
- image: faforever/faf-user-service:master
2626
imagePullPolicy: Always
2727
name: faf-user-service
2828
envFrom:

0 commit comments

Comments
 (0)