Skip to content

Commit 2b01615

Browse files
committed
feat: update divi-hub chart
1 parent 6d927bf commit 2b01615

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/hub-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: hub-server
8-
version: 1.1.7
8+
version: 1.1.8

charts/hub-server/templates/hub-server.yml

+3
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ spec:
170170
volumeMounts:
171171
- name: wordpress
172172
mountPath: /srv
173+
- name: config
174+
mountPath: /config
175+
readOnly: true
173176

174177
{{ range $_, $index := untilStep 1 (int .Values.HUB_SERVER_WORKERS) 1 }}
175178
{{ include "hub.container.worker" (dict "Values" $.Values "index" $index) }}

0 commit comments

Comments
 (0)