From 8a036153a287c21bd2bff69e38a5eeaaec8fc75b Mon Sep 17 00:00:00 2001 From: dnskr Date: Wed, 5 Apr 2023 21:35:50 +0200 Subject: [PATCH] feat(helm): Upgrade default Superset version to 2.1.0 --- helm/superset/Chart.yaml | 4 ++-- helm/superset/README.md | 2 +- helm/superset/values.yaml | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index cfcc43dcbbb83..c0e3708918fdd 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -15,7 +15,7 @@ # limitations under the License. # apiVersion: v2 -appVersion: "2.0.1" +appVersion: "2.1.0" description: Apache Superset is a modern, enterprise-ready business intelligence web application name: superset icon: https://artifacthub.io/image/68c1d717-0e97-491f-b046-754e46f46922@2x @@ -29,7 +29,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.8.10 +version: 0.9.0 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index 9392d1fd22683..fa34bad4f73bb 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.8.10](https://img.shields.io/badge/Version-0.8.10-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-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 8e611e76e18c4..29f0d8643b034 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -37,10 +37,6 @@ serviceAccount: # @default -- see `values.yaml` bootstrapScript: | #!/bin/bash - rm -rf /var/lib/apt/lists/* && \ - pip install \ - psycopg2-binary==2.9.1 \ - redis==3.5.3 && \ if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi # -- The name of the secret which we will use to generate a superset_config.py file