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 20, 2024
1 parent aab59cb commit 50596fd
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.5
version: 1.1.6
2 changes: 1 addition & 1 deletion charts/hub-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 }}
HUB_SERVER_PATH={{ .Values.INSTALL_PATH | squote }}
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 }}
REDIS_HOST={{ .Values.REDIS_HOSTNAME | squote }}
Expand Down

0 comments on commit 50596fd

Please sign in to comment.