diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 1eb7b5df1b625..2d44a1c31681d 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.10.12 +version: 0.10.13 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index 7abeccec9f2c3..9040a1a731ce2 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.10.12](https://img.shields.io/badge/Version-0.10.12-informational?style=flat-square) +![Version: 0.10.13](https://img.shields.io/badge/Version-0.10.13-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application diff --git a/helm/superset/templates/init-job.yaml b/helm/superset/templates/init-job.yaml index d1b0eff7a8c3b..5b39d20e10c46 100644 --- a/helm/superset/templates/init-job.yaml +++ b/helm/superset/templates/init-job.yaml @@ -84,7 +84,7 @@ spec: command: {{ tpl (toJson .Values.init.command) . }} resources: {{- toYaml .Values.init.resources | nindent 10 }} {{- if .Values.init.extraContainers }} - {{- toYaml .Values.init.extraContainers | nindent 8 }} + {{- toYaml .Values.init.extraContainers | nindent 6 }} {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}