Skip to content

Commit

Permalink
feat: update divi-hub chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jun 21, 2024
1 parent 6d927bf commit 2b01615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: hub-server
version: 1.1.7
version: 1.1.8
3 changes: 3 additions & 0 deletions charts/hub-server/templates/hub-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ spec:
volumeMounts:
- name: wordpress
mountPath: /srv
- name: config
mountPath: /config
readOnly: true

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

0 comments on commit 2b01615

Please sign in to comment.