This is an automated email from the ASF dual-hosted git repository.
craigrueda 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 bfcca8cbab chore(helm): spelling: initialize (#25455)
bfcca8cbab is described below
commit bfcca8cbab00e06d8d508056cf6aabecd030e65b
Author: Josh Soref <[email protected]>
AuthorDate: Fri Oct 13 12:37:51 2023 -0400
chore(helm): spelling: initialize (#25455)
Signed-off-by: Josh Soref <[email protected]>
---
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 4 ++--
helm/superset/values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 2aa2bc49a3..1fb535ae93 100644
--- a/helm/superset/Chart.yaml
+++ b/helm/superset/Chart.yaml
@@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: [email protected]
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 573a3591c9..59ac4fd9df 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
-
+
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 921033dc47..5e3f912979 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