Skip to content

Commit

Permalink
feat: [ds-server] update values.yaml
Browse files Browse the repository at this point in the history
build: [release]
  • Loading branch information
lots0logs committed Oct 3, 2024
1 parent f4e5da0 commit b995ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ds-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: ds-server
version: 1.0.10
version: 1.0.11
2 changes: 1 addition & 1 deletion charts/ds-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stringData:
GITHUB_TOKEN: {{ .Values.GITHUB_TOKEN | squote }}
.env: |
ADMINS={{ .Values.ADMINS | squote }}
ADMIN_ALLOWED_IPS={{ .Values.ADMIN_ALLOWED_IPS | squote }}
DIVI_ZIP={{ .Values.DIVI_ZIP | squote }}
DS_SERVER_ENV={{ .Values.DS_SERVER_ENV | squote }}
DS_SERVER_PATH={{ .Values.INSTALL_PATH | squote }}
Expand All @@ -24,6 +25,5 @@ stringData:
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
SUPPORT_USERS={{ .Values.SUPPORT_USERS | squote }}
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2 changes: 1 addition & 1 deletion charts/ds-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ADMINS:
ADMIN_ALLOWED_IPS:
DIVI_ZIP:
DS_SERVER_ENV:
DS_SERVER_PORT:
Expand All @@ -22,5 +23,4 @@ REDIS_HOSTNAME:
REDIS_NAME:
REPLICAS:
SUPPORT_USERS:
SWAGGER_ALLOWED_IPS:
VIRTUAL_HOST:

0 comments on commit b995ef6

Please sign in to comment.