File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ maintainers:
2929 - name : craig-rueda
3030 email : craig@craigrueda.com
3131 url : https://github.com/craig-rueda
32- version : 0.12.0
32+ version : 0.12.1
3333dependencies :
3434 - name : postgresql
3535 version : 12.1.6
Original file line number Diff line number Diff 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
2828Apache Superset is a modern, enterprise-ready business intelligence web application
2929
Original file line number Diff line number Diff 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
172172configOverridesFiles : {}
You can’t perform that action at this time.
0 commit comments