File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : hub-server
8
- version : 1.1.2
8
+ version : 1.1.3
Original file line number Diff line number Diff line change 86
86
- name : PHP_OPCACHE_VALIDATE_TIMESTAMPS
87
87
value : " 1"
88
88
89
- image : {{ .Values.ET_IMAGE | squote }}
89
+ image : {{ .Values.HUB_SERVER_IMAGE | squote }}
90
90
livenessProbe :
91
91
exec :
92
92
command :
Original file line number Diff line number Diff line change @@ -16,5 +16,7 @@ stringData:
16
16
HUB_SERVER_REPO_URL={{ .Values.HUB_SERVER_REPO_URL | squote }}
17
17
IMAGE_VERSION={{ .Values.HUB_SERVER_VERSION | squote }}
18
18
REDIS_HOST={{ .Values.REDIS_HOSTNAME | squote }}
19
+ REDIS_SENTINEL_HOST={{ .Values.REDIS_HOSTNAME | squote }}
20
+ REDIS_SENTINEL_SERVICE={{ .Values.REDIS_SENTINEL_SERVICE | squote }}
19
21
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
20
22
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ HUB_SERVER_VERSION:
10
10
INSTALL_PATH :
11
11
PUBLIC_KEY :
12
12
REDIS_HOSTNAME :
13
+ REDIS_SENTINEL_SERVICE :
13
14
VIRTUAL_HOST :
You can’t perform that action at this time.
0 commit comments