diff --git a/.github/actions/chart-testing-action b/.github/actions/chart-testing-action index b0d4458c7115..afea100a5135 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 6ae53c9f8db8..d1bdc5115b95 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 7394d150cafb..2f5d0c950726 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 3564c205f5e7..aa39bff7cd46 100644 --- a/helm/superset/README.md +++ b/helm/superset/README.md @@ -17,9 +17,13 @@ under the License. --> + + # 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 e00c527e83eb..c17a7e31a737 100644 --- a/helm/superset/README.md.gotmpl +++ b/helm/superset/README.md.gotmpl @@ -17,6 +17,10 @@ under the License. --> + + {{ template "chart.header" . }} {{ template "chart.deprecationWarning" . }} diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index 5acc9805867b..178a5fdf05d4 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: ##