File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.4
32
+ version : 0.12.5
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.4 ] ( https://img.shields.io/badge/Version-0.12.4 -informational?style=flat-square )
26
+ ![ Version: 0.12.5 ] ( https://img.shields.io/badge/Version-0.12.5 -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 @@ -78,7 +78,7 @@ REDIS_BASE_URL=f"{env('REDIS_PROTO')}://{env('REDIS_HOST')}:{env('REDIS_PORT')}"
78
78
79
79
# Redis URL Params
80
80
{ {- if .Values.supersetNode.connections.redis_ssl.enabled } }
81
- REDIS_URL_PARAMS = f"?ssl_cert_req ={ env(' REDIS_SSL_CERT_REQS' )} "
81
+ REDIS_URL_PARAMS = f"?ssl_cert_reqs ={ env(' REDIS_SSL_CERT_REQS' )} "
82
82
{ {- else } }
83
83
REDIS_URL_PARAMS = ""
84
84
{ {- end} }
You can’t perform that action at this time.
0 commit comments