Skip to content

Commit

Permalink
feat: [hub-server] update .env secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jul 27, 2024
1 parent 34c4162 commit f473525
Show file tree
Hide file tree
Showing 2 changed files with 3 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.9
version: 1.1.10
2 changes: 2 additions & 0 deletions charts/hub-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ stringData:
DIVI_HUB_WEBSITES_QUEUE_SIZE={{ .Values.DIVI_HUB_WEBSITES_QUEUE_SIZE | squote }}
DIVI_HUB_IP_ADDRESS={{ .Values.DIVI_HUB_IP_ADDRESS | squote }}
DIVI_HUB_PRIVATE_KEY_64={{ .Values.DIVI_HUB_PRIVATE_KEY_64 | b64enc | squote }}
DIVI_HUB_PUBLIC_KEY_SERVER='https://{{ .Values.VIRTUAL_HOST }}/public-key'
DIVI_HUB_TIME_SERVER='https://{{ .Values.VIRTUAL_HOST }}/time'
HUB_SERVER_PATH={{ .Values.HUB_SERVER_PATH | squote }}
HUB_SERVER_REPO_URL={{ .Values.HUB_SERVER_REPO_URL | squote }}
IMAGE_VERSION={{ .Values.HUB_SERVER_VERSION | squote }}
Expand Down

0 comments on commit f473525

Please sign in to comment.