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 19, 2024
1 parent 717aa7f commit e1d3f62
Show file tree
Hide file tree
Showing 4 changed files with 5 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.2
version: 1.1.3
2 changes: 1 addition & 1 deletion charts/hub-server/templates/hub-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
- name: PHP_OPCACHE_VALIDATE_TIMESTAMPS
value: "1"

image: {{ .Values.ET_IMAGE | squote }}
image: {{ .Values.HUB_SERVER_IMAGE | squote }}
livenessProbe:
exec:
command:
Expand Down
2 changes: 2 additions & 0 deletions charts/hub-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ stringData:
HUB_SERVER_REPO_URL={{ .Values.HUB_SERVER_REPO_URL | squote }}
IMAGE_VERSION={{ .Values.HUB_SERVER_VERSION | squote }}
REDIS_HOST={{ .Values.REDIS_HOSTNAME | squote }}
REDIS_SENTINEL_HOST={{ .Values.REDIS_HOSTNAME | squote }}
REDIS_SENTINEL_SERVICE={{ .Values.REDIS_SENTINEL_SERVICE | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
1 change: 1 addition & 0 deletions charts/hub-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ HUB_SERVER_VERSION:
INSTALL_PATH:
PUBLIC_KEY:
REDIS_HOSTNAME:
REDIS_SENTINEL_SERVICE:
VIRTUAL_HOST:

0 comments on commit e1d3f62

Please sign in to comment.