Skip to content

Commit 2bb0b46

Browse files
dpgasparvillebro
andauthored
fix: helm chart comment on SECRET_KEY (#26674)
Co-authored-by: Ville Brofeldt <[email protected]>
1 parent 73c6abd commit 2bb0b46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/superset/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ maintainers:
2929
- name: craig-rueda
3030
3131
url: https://github.com/craig-rueda
32-
version: 0.12.0
32+
version: 0.12.1
3333
dependencies:
3434
- name: postgresql
3535
version: 12.1.6

helm/superset/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
2323

2424
# superset
2525

26-
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square)
26+
![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square)
2727

2828
Apache Superset is a modern, enterprise-ready business intelligence web application
2929

helm/superset/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ configOverrides: {}
165165
# # The default user self registration role
166166
# AUTH_USER_REGISTRATION_ROLE = "Admin"
167167
# secret: |
168-
# # Generate your own secret key for encryption. Use openssl rand -base64 42 to generate a good key
169-
# SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
168+
# # Generate your own secret key for encryption. Use `openssl rand -base64 42` to generate a good key
169+
# SECRET_KEY = 'CHANGE_ME_TO_A_COMPLEX_RANDOM_SECRET'
170170

171171
# -- Same as above but the values are files
172172
configOverridesFiles: {}

0 commit comments

Comments
 (0)