File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ maintainers:
29
29
- name : craig-rueda
30
30
31
31
url : https://github.com/craig-rueda
32
- version : 0.12.0
32
+ version : 0.12.1
33
33
dependencies :
34
34
- name : postgresql
35
35
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
23
23
24
24
# superset
25
25
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 )
27
27
28
28
Apache Superset is a modern, enterprise-ready business intelligence web application
29
29
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ configOverrides: {}
165
165
# # The default user self registration role
166
166
# AUTH_USER_REGISTRATION_ROLE = "Admin"
167
167
# 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 '
170
170
171
171
# -- Same as above but the values are files
172
172
configOverridesFiles : {}
You can’t perform that action at this time.
0 commit comments