Skip to content

Commit f8c0b42

Browse files
committed
Update NodeBB to 3.10.3
1 parent 4e220c6 commit f8c0b42

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

apps/nodebb/templates/deployment.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,18 @@ spec:
1818
initContainers:
1919
- name: permission-init
2020
image: alpine:3.16.0
21-
command:
22-
- sh
23-
- -c
24-
- chown -R 1000:1000 /data/* && chmod 775 /data/* && ls -lah /data
2521
volumeMounts:
26-
- mountPath: /data/node_modules
27-
name: nodebb
28-
subPath: node_modules
29-
- mountPath: /data/build
30-
name: nodebb
31-
subPath: build
3222
- mountPath: /data/uploads
3323
name: nodebb
3424
subPath: uploads
3525
containers:
36-
- image: nodebb/docker:1.19.12
26+
- image: ghcr.io/nodebb/nodebb:3.10.3
3727
imagePullPolicy: Always
3828
name: nodebb
29+
command:
30+
- sh
31+
- -c
32+
- sleep 10000
3933
volumeMounts:
4034
- mountPath: /usr/src/app/config.json
4135
name: config
@@ -58,4 +52,4 @@ spec:
5852
persistentVolumeClaim:
5953
claimName: nodebb-pvc
6054
securityContext:
61-
fsGroup: 1000
55+
fsGroup: 1001

0 commit comments

Comments
 (0)