diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 8a7ec77cbe3e1..40512d0e958d4 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.8.8 +version: 0.8.9 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index 89db4119a2eba..85f72a86e4ed4 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.8.8](https://img.shields.io/badge/Version-0.8.8-informational?style=flat-square) +![Version: 0.8.9](https://img.shields.io/badge/Version-0.8.9-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application diff --git a/helm/superset/templates/ingress.yaml b/helm/superset/templates/ingress.yaml index 5a36a48006138..44e1e48374d72 100644 --- a/helm/superset/templates/ingress.yaml +++ b/helm/superset/templates/ingress.yaml @@ -45,9 +45,6 @@ spec: {{- end }} {{- end }} rules: - {{- if .Values.ingress.extraHostsRaw }} - {{- toYaml .Values.extraEnvRaw | nindent 12 }} - {{- end }} {{- range .Values.ingress.hosts }} - host: {{ . }} http: