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 68594d97cb chore(helm): correct a typo (#30123)
68594d97cb is described below

commit 68594d97cbbaa0eaedd6dafe86c1c37c62ed1291
Author: LeeSangHoon <[email protected]>
AuthorDate: Thu Sep 19 17:45:58 2024 +0900

    chore(helm): correct a typo (#30123)
---
 helm/superset/Chart.yaml  | 2 +-
 helm/superset/README.md   | 2 +-
 helm/superset/values.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 4bc1493707..9ce9dd379b 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.12.12
+version: 0.12.13
 dependencies:
   - name: postgresql
     version: 12.1.6
diff --git a/helm/superset/README.md b/helm/superset/README.md
index 52f0c286bf..5aeda56426 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.12.12](https://img.shields.io/badge/Version-0.12.12-informational?style=flat-square)
+![Version: 
0.12.13](https://img.shields.io/badge/Version-0.12.13-informational?style=flat-square)
 
 Apache Superset is a modern, enterprise-ready business intelligence web 
application
 
diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml
index 09a3e4d25e..c0fcda027e 100644
--- a/helm/superset/values.yaml
+++ b/helm/superset/values.yaml
@@ -867,7 +867,7 @@ redis:
     ## docker registry secret names (list)
     # pullSecrets: nil
     ##
-    ## Configure persistance
+    ## Configure persistence
     persistence:
       ##
       ## Use a PVC to persist data.

Reply via email to