File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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 : ds-server
8
- version : 1.0.10
8
+ version : 1.0.11
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ stringData:
7
7
GITHUB_TOKEN : {{ .Values.GITHUB_TOKEN | squote }}
8
8
.env : |
9
9
ADMINS={{ .Values.ADMINS | squote }}
10
+ ADMIN_ALLOWED_IPS={{ .Values.ADMIN_ALLOWED_IPS | squote }}
10
11
DIVI_ZIP={{ .Values.DIVI_ZIP | squote }}
11
12
DS_SERVER_ENV={{ .Values.DS_SERVER_ENV | squote }}
12
13
DS_SERVER_PATH={{ .Values.INSTALL_PATH | squote }}
@@ -24,6 +25,5 @@ stringData:
24
25
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
25
26
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
26
27
SUPPORT_USERS={{ .Values.SUPPORT_USERS | squote }}
27
- SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
28
28
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
29
29
Original file line number Diff line number Diff line change 1
1
ADMINS :
2
+ ADMIN_ALLOWED_IPS :
2
3
DIVI_ZIP :
3
4
DS_SERVER_ENV :
4
5
DS_SERVER_PORT :
@@ -22,5 +23,4 @@ REDIS_HOSTNAME:
22
23
REDIS_NAME :
23
24
REPLICAS :
24
25
SUPPORT_USERS :
25
- SWAGGER_ALLOWED_IPS :
26
26
VIRTUAL_HOST :
You can’t perform that action at this time.
0 commit comments