diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index c1a7ca747..1b84fcac6 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.3.8 +version: 0.3.9 dependencies: - name: postgresql version: 10.2.0 diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index f1ec768e2..ea9fa076a 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -302,6 +302,7 @@ init: command: [ "/bin/sh", "-c", "until nc -zv $DB_HOST $DB_PORT -w1; do echo 'waiting for db'; sleep 1; done" ] initscript: |- #!/bin/sh + set -eu echo "Upgrading DB schema..." superset db upgrade echo "Initializing roles..."