You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2023/10/31 12:12:38 UTC

(superset) branch master updated: fix(helm): Fix init extra containers (#25803)

This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e6d05b3fd fix(helm): Fix init extra containers (#25803)
5e6d05b3fd is described below

commit 5e6d05b3fdf9e14dcbb962f62fd8dbe6604b4470
Author: Tom Murphy <to...@limepay.com.au>
AuthorDate: Tue Oct 31 23:12:31 2023 +1100

    fix(helm): Fix init extra containers (#25803)
---
 helm/superset/Chart.yaml              | 2 +-
 helm/superset/README.md               | 2 +-
 helm/superset/templates/init-job.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 1eb7b5df1b..2d44a1c316 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 7abeccec9f..9040a1a731 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 d1b0eff7a8..5b39d20e10 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 }}