From b995ef6cceaa2e7c1887d823c28fa2d78022cc91 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Thu, 3 Oct 2024 13:40:33 -0500 Subject: [PATCH] feat: [ds-server] update values.yaml build: [release] --- charts/ds-server/Chart.yaml | 2 +- charts/ds-server/templates/secrets.yml | 2 +- charts/ds-server/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ds-server/Chart.yaml b/charts/ds-server/Chart.yaml index 9e12889..53878fd 100644 --- a/charts/ds-server/Chart.yaml +++ b/charts/ds-server/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: ds-server -version: 1.0.10 +version: 1.0.11 diff --git a/charts/ds-server/templates/secrets.yml b/charts/ds-server/templates/secrets.yml index 9079647..8d120e2 100644 --- a/charts/ds-server/templates/secrets.yml +++ b/charts/ds-server/templates/secrets.yml @@ -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 }} @@ -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 }} diff --git a/charts/ds-server/values.yaml b/charts/ds-server/values.yaml index c53daf6..7535f16 100644 --- a/charts/ds-server/values.yaml +++ b/charts/ds-server/values.yaml @@ -1,4 +1,5 @@ ADMINS: +ADMIN_ALLOWED_IPS: DIVI_ZIP: DS_SERVER_ENV: DS_SERVER_PORT: @@ -22,5 +23,4 @@ REDIS_HOSTNAME: REDIS_NAME: REPLICAS: SUPPORT_USERS: -SWAGGER_ALLOWED_IPS: VIRTUAL_HOST: