Skip to content

Commit b995ef6

Browse files
committed
feat: [ds-server] update values.yaml
build: [release]
1 parent f4e5da0 commit b995ef6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/ds-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: ds-server
8-
version: 1.0.10
8+
version: 1.0.11

charts/ds-server/templates/secrets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stringData:
77
GITHUB_TOKEN: {{ .Values.GITHUB_TOKEN | squote }}
88
.env: |
99
ADMINS={{ .Values.ADMINS | squote }}
10+
ADMIN_ALLOWED_IPS={{ .Values.ADMIN_ALLOWED_IPS | squote }}
1011
DIVI_ZIP={{ .Values.DIVI_ZIP | squote }}
1112
DS_SERVER_ENV={{ .Values.DS_SERVER_ENV | squote }}
1213
DS_SERVER_PATH={{ .Values.INSTALL_PATH | squote }}
@@ -24,6 +25,5 @@ stringData:
2425
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
2526
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
2627
SUPPORT_USERS={{ .Values.SUPPORT_USERS | squote }}
27-
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
2828
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2929

charts/ds-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ADMINS:
2+
ADMIN_ALLOWED_IPS:
23
DIVI_ZIP:
34
DS_SERVER_ENV:
45
DS_SERVER_PORT:
@@ -22,5 +23,4 @@ REDIS_HOSTNAME:
2223
REDIS_NAME:
2324
REPLICAS:
2425
SUPPORT_USERS:
25-
SWAGGER_ALLOWED_IPS:
2626
VIRTUAL_HOST:

0 commit comments

Comments
 (0)