From 15bbc44708da754af64c683367050d548989d144 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Wed, 24 Jan 2024 21:36:18 +0000 Subject: [PATCH] fix: helm chart comment on SECRET_KEY (#26674) Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> --- helm/superset/Chart.yaml | 2 +- helm/superset/README.md | 2 +- helm/superset/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 019b2a5159f21..25ff660e38fc2 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -29,7 +29,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.12.0 +version: 0.12.1 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index acb8f10716d63..27c1232440296 100644 --- a/helm/superset/README.md +++ b/helm/superset/README.md @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs # superset -![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) +![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index 26d454742055c..15c5f7e214df4 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -165,8 +165,8 @@ configOverrides: {} # # The default user self registration role # AUTH_USER_REGISTRATION_ROLE = "Admin" # secret: | - # # Generate your own secret key for encryption. Use openssl rand -base64 42 to generate a good key - # SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY' + # # Generate your own secret key for encryption. Use `openssl rand -base64 42` to generate a good key + # SECRET_KEY = 'CHANGE_ME_TO_A_COMPLEX_RANDOM_SECRET' # -- Same as above but the values are files configOverridesFiles: {}