From 4b0ae70f120b920a4807bdbe5874448d2a7e3a84 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 11 Apr 2024 19:02:42 +0800 Subject: [PATCH 1/2] set default value for secret key --- charts/dify/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/dify/values.yaml b/charts/dify/values.yaml index 7b2916b..ced6131 100644 --- a/charts/dify/values.yaml +++ b/charts/dify/values.yaml @@ -19,7 +19,10 @@ global: # * frontend # * api # * worker - extraEnvs: [] + extraEnvs: + # SECRET_KEY is a must, check https://docs.dify.ai/getting-started/install-self-hosted/environments#secret_key for detail + - name: SECRET_KEY + value: "PleaseReplaceThisToYourSecret" # the following extra configs would be injected into: # * api From 67765aba9e1b0ce3cbb586dba3d46a38baeb8740 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 11 Apr 2024 19:03:25 +0800 Subject: [PATCH 2/2] bump --- charts/dify/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dify/Chart.yaml b/charts/dify/Chart.yaml index b54fa77..31bbadf 100644 --- a/charts/dify/Chart.yaml +++ b/charts/dify/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to