Skip to content

Commit 2ddc093

Browse files
committed
Update NodeBB to 3.10.3
1 parent f8c0b42 commit 2ddc093

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

apps/nodebb/templates/deployment.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,13 @@ spec:
2323
name: nodebb
2424
subPath: uploads
2525
containers:
26-
- image: ghcr.io/nodebb/nodebb:3.10.3
26+
- image: ghcr.io/nodebb/nodebb:3.10.0
2727
imagePullPolicy: Always
2828
name: nodebb
29-
command:
30-
- sh
31-
- -c
32-
- sleep 10000
3329
volumeMounts:
34-
- mountPath: /usr/src/app/config.json
30+
- mountPath: /opt/config/config.json
3531
name: config
3632
subPath: config.json
37-
- mountPath: /usr/src/app/node_modules
38-
name: nodebb
39-
subPath: node_modules
40-
- mountPath: /usr/src/app/build
41-
name: nodebb
42-
subPath: build
4333
- mountPath: /usr/src/app/public/uploads
4434
name: nodebb
4535
subPath: uploads

0 commit comments

Comments
 (0)