Skip to content

Commit f473525

Browse files
committed
feat: [hub-server] update .env secret
1 parent 34c4162 commit f473525

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.9
8+
version: 1.1.10

charts/hub-server/templates/secrets.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ stringData:
1212
DIVI_HUB_WEBSITES_QUEUE_SIZE={{ .Values.DIVI_HUB_WEBSITES_QUEUE_SIZE | squote }}
1313
DIVI_HUB_IP_ADDRESS={{ .Values.DIVI_HUB_IP_ADDRESS | squote }}
1414
DIVI_HUB_PRIVATE_KEY_64={{ .Values.DIVI_HUB_PRIVATE_KEY_64 | b64enc | squote }}
15+
DIVI_HUB_PUBLIC_KEY_SERVER='https://{{ .Values.VIRTUAL_HOST }}/public-key'
16+
DIVI_HUB_TIME_SERVER='https://{{ .Values.VIRTUAL_HOST }}/time'
1517
HUB_SERVER_PATH={{ .Values.HUB_SERVER_PATH | squote }}
1618
HUB_SERVER_REPO_URL={{ .Values.HUB_SERVER_REPO_URL | squote }}
1719
IMAGE_VERSION={{ .Values.HUB_SERVER_VERSION | squote }}

0 commit comments

Comments
 (0)