Skip to content

Commit fa58b0b

Browse files
committed
Update NodeBB to 3.10.3
1 parent 16735ce commit fa58b0b

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

apps/faf-api/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-java-api:v3.4.7
25+
- image: faforever/faf-java-api:v3.5.0-RC1
2626
imagePullPolicy: Always
2727
name: faf-api
2828
envFrom:

apps/nodebb/templates/deployment.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
command:
2222
- sh
2323
- -c
24-
- chown -R 1000:1000 /data/* && chmod 775 /data/* && ls -lah /data
24+
- chown -R 1001:1001 /data/* && chmod 775 /data/* && ls -lah /data
2525
volumeMounts:
2626
- mountPath: /data/node_modules
2727
name: nodebb
@@ -33,11 +33,15 @@ spec:
3333
name: nodebb
3434
subPath: uploads
3535
containers:
36-
- image: nodebb/docker:1.19.12
36+
- image: ghcr.io/nodebb/nodebb:3.10.3
37+
{{/* command:*/}}
38+
{{/* - sh*/}}
39+
{{/* - -c*/}}
40+
{{/* - sleep infinity*/}}
3741
imagePullPolicy: Always
3842
name: nodebb
3943
volumeMounts:
40-
- mountPath: /usr/src/app/config.json
44+
- mountPath: /opt/config/config.json
4145
name: config
4246
subPath: config.json
4347
- mountPath: /usr/src/app/node_modules
@@ -58,4 +62,4 @@ spec:
5862
persistentVolumeClaim:
5963
claimName: nodebb-pvc
6064
securityContext:
61-
fsGroup: 1000
65+
fsGroup: 1001

0 commit comments

Comments
 (0)