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 2b01615 commit 7e755ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8
version: 1.1.9
2 changes: 1 addition & 1 deletion charts/hub-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stringData:
GITHUB_TOKEN: {{ .Values.GITHUB_TOKEN | squote }}
.env: |
APP_ENV={{ .Values.HUB_SERVER_ENV | squote }}
APP_URL={{ .Values.VIRTUAL_HOST | squote }}
APP_URL='https://{{ .Values.VIRTUAL_HOST }}'
DIVI_HUB_ENDPOINT={{ .Values.DIVI_HUB_ENDPOINT | squote }}
DIVI_HUB_WEBSITES_QUEUE_SIZE={{ .Values.DIVI_HUB_WEBSITES_QUEUE_SIZE | squote }}
DIVI_HUB_IP_ADDRESS={{ .Values.DIVI_HUB_IP_ADDRESS | squote }}
Expand Down

0 comments on commit 7e755ab

Please sign in to comment.