You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2023/01/05 04:43:21 UTC

[superset] branch master updated: fix(helm): Fixing up chart and linting (#22590)

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 01671b9d1b fix(helm): Fixing up chart and linting (#22590)
01671b9d1b is described below

commit 01671b9d1b3a15c264bcfb9eced1776c70e293b5
Author: Craig Rueda <cr...@craigrueda.com>
AuthorDate: Wed Jan 4 20:43:13 2023 -0800

    fix(helm): Fixing up chart and linting (#22590)
---
 .github/actions/chart-testing-action |  2 +-
 helm/superset/Chart.lock             |  8 ++++----
 helm/superset/Chart.yaml             |  6 +++---
 helm/superset/README.md              | 10 +++++++---
 helm/superset/README.md.gotmpl       |  4 ++++
 helm/superset/values.yaml            |  3 +++
 6 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/.github/actions/chart-testing-action b/.github/actions/chart-testing-action
index b0d4458c71..afea100a51 160000
--- a/.github/actions/chart-testing-action
+++ b/.github/actions/chart-testing-action
@@ -1 +1 @@
-Subproject commit b0d4458c71155b54fcf33e11dd465dc923550009
+Subproject commit afea100a513515fbd68b0e72a7bb0ae34cb62aec
diff --git a/helm/superset/Chart.lock b/helm/superset/Chart.lock
index 6ae53c9f8d..d1bdc5115b 100644
--- a/helm/superset/Chart.lock
+++ b/helm/superset/Chart.lock
@@ -1,9 +1,9 @@
 dependencies:
 - name: postgresql
   repository: https://charts.bitnami.com/bitnami
-  version: 11.1.22
+  version: 12.1.6
 - name: redis
   repository: https://charts.bitnami.com/bitnami
-  version: 16.3.1
-digest: sha256:f80cc4ec2bb6f327d348bc15e9192cc6ab2163781c1e35f85720565a36a1cb14
-generated: "2022-10-13T16:59:44.305764+02:00"
+  version: 17.3.17
+digest: sha256:3bfff146fa89077705c0bedea59bbe2c9f15715220f9ea84f493335f0413af6e
+generated: "2023-01-04T12:50:49.567524-08:00"
diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml
index 7394d150ca..2f5d0c9507 100644
--- a/helm/superset/Chart.yaml
+++ b/helm/superset/Chart.yaml
@@ -29,13 +29,13 @@ maintainers:
   - name: craig-rueda
     email: craig@craigrueda.com
     url: https://github.com/craig-rueda
-version: 0.7.7
+version: 0.8.0
 dependencies:
   - name: postgresql
-    version: 11.1.22
+    version: 12.1.6
     repository: https://charts.bitnami.com/bitnami
     condition: postgresql.enabled
   - name: redis
-    version: 16.3.1
+    version: 17.3.17
     repository: https://charts.bitnami.com/bitnami
     condition: redis.enabled
diff --git a/helm/superset/README.md b/helm/superset/README.md
index 3564c205f5..aa39bff7cd 100644
--- a/helm/superset/README.md
+++ b/helm/superset/README.md
@@ -17,9 +17,13 @@
     under the License.
 -->
 
+<!--
+NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs#installation
+-->
+
 # superset
 
-![Version: 0.7.7](https://img.shields.io/badge/Version-0.7.7-informational?style=flat-square)
+![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square)
 
 Apache Superset is a modern, enterprise-ready business intelligence web application
 
@@ -40,8 +44,8 @@ helm install my-superset superset/superset
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://charts.bitnami.com/bitnami | postgresql | 11.1.22 |
-| https://charts.bitnami.com/bitnami | redis | 16.3.1 |
+| https://charts.bitnami.com/bitnami | postgresql | 12.1.6 |
+| https://charts.bitnami.com/bitnami | redis | 17.3.17 |
 
 ## Values
 
diff --git a/helm/superset/README.md.gotmpl b/helm/superset/README.md.gotmpl
index e00c527e83..c17a7e31a7 100644
--- a/helm/superset/README.md.gotmpl
+++ b/helm/superset/README.md.gotmpl
@@ -17,6 +17,10 @@
     under the License.
 -->
 
+<!--
+NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs#installation
+-->
+
 {{ template "chart.header" . }}
 {{ template "chart.deprecationWarning" . }}
 
diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml
index 5acc980586..178a5fdf05 100644
--- a/helm/superset/values.yaml
+++ b/helm/superset/values.yaml
@@ -680,6 +680,9 @@ postgresql:
     ## PostgreSQL name for a custom database to create
     database: superset
 
+  image:
+    tag: "14.6.0-debian-11-r13"
+
   ## PostgreSQL Primary parameters
   primary:
     ##