diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index e88c8a67dcad..b0fa5509cf52 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.4 +version: 0.12.5 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index 408eb8d93014..e1fc7533d47b 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.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat-square) +![Version: 0.12.5](https://img.shields.io/badge/Version-0.12.5-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application diff --git a/helm/superset/templates/_helpers.tpl b/helm/superset/templates/_helpers.tpl index 8d0e862a304a..6d8cfe0161fb 100644 --- a/helm/superset/templates/_helpers.tpl +++ b/helm/superset/templates/_helpers.tpl @@ -78,7 +78,7 @@ REDIS_BASE_URL=f"{env('REDIS_PROTO')}://{env('REDIS_HOST')}:{env('REDIS_PORT')}" # Redis URL Params {{- if .Values.supersetNode.connections.redis_ssl.enabled }} -REDIS_URL_PARAMS = f"?ssl_cert_req={env('REDIS_SSL_CERT_REQS')}" +REDIS_URL_PARAMS = f"?ssl_cert_reqs={env('REDIS_SSL_CERT_REQS')}" {{- else }} REDIS_URL_PARAMS = "" {{- end}}