Skip to content

Commit e1d3f62

Browse files
committed
feat: update divi-hub chart
1 parent 717aa7f commit e1d3f62

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
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.2
8+
version: 1.1.3

charts/hub-server/templates/hub-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: PHP_OPCACHE_VALIDATE_TIMESTAMPS
8787
value: "1"
8888

89-
image: {{ .Values.ET_IMAGE | squote }}
89+
image: {{ .Values.HUB_SERVER_IMAGE | squote }}
9090
livenessProbe:
9191
exec:
9292
command:

charts/hub-server/templates/secrets.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ stringData:
1616
HUB_SERVER_REPO_URL={{ .Values.HUB_SERVER_REPO_URL | squote }}
1717
IMAGE_VERSION={{ .Values.HUB_SERVER_VERSION | squote }}
1818
REDIS_HOST={{ .Values.REDIS_HOSTNAME | squote }}
19+
REDIS_SENTINEL_HOST={{ .Values.REDIS_HOSTNAME | squote }}
20+
REDIS_SENTINEL_SERVICE={{ .Values.REDIS_SENTINEL_SERVICE | squote }}
1921
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2022

charts/hub-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ HUB_SERVER_VERSION:
1010
INSTALL_PATH:
1111
PUBLIC_KEY:
1212
REDIS_HOSTNAME:
13+
REDIS_SENTINEL_SERVICE:
1314
VIRTUAL_HOST:

0 commit comments

Comments
 (0)