diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 2aa2bc49a3178..1fb535ae9373f 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.9 +version: 0.10.10 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index 573a3591c94e0..59ac4fd9dfdc1 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.9](https://img.shields.io/badge/Version-0.10.9-informational?style=flat-square) +![Version: 0.10.10](https://img.shields.io/badge/Version-0.10.10-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application @@ -92,7 +92,7 @@ helm install my-superset superset/superset | init.createAdmin | bool | `true` | | | init.enabled | bool | `true` | | | init.initContainers | list | a container waiting for postgres | List of initContainers | -| init.initscript | string | a script to create admin user and initailize roles | A Superset init script | +| init.initscript | string | a script to create admin user and initialize roles | A Superset init script | | init.jobAnnotations."helm.sh/hook" | string | `"post-install,post-upgrade"` | | | init.jobAnnotations."helm.sh/hook-delete-policy" | string | `"before-hook-creation"` | | | init.loadExamples | bool | `false` | | diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index 921033dc47c24..5e3f912979eeb 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -671,7 +671,7 @@ init: - -c - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -timeout 120s # -- A Superset init script - # @default -- a script to create admin user and initailize roles + # @default -- a script to create admin user and initialize roles initscript: |- #!/bin/sh set -eu