From f690fa431646ce1d9771c086540b6d085ba7806e Mon Sep 17 00:00:00 2001 From: Celalettin Calis Date: Fri, 22 Sep 2023 19:06:36 +0300 Subject: [PATCH 1/3] fix: set chart appVersion to 3.0.0 here: https://github.com/apache/superset/blob/0c083bdc1af4e6a3e17155246a3134cb5cb5887d/helm/superset/templates/deployment.yaml#L90 it gets the appVersion if tag null but app image tag is 3.0.0 not 3.0 causes image pull issues if superset deployed with default values --- helm/superset/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 009648106924..308d641aa8aa 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -15,7 +15,7 @@ # limitations under the License. # apiVersion: v2 -appVersion: "3.0" +appVersion: "3.0.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 From e3091fd67a0fa50768f05648bd35bc1c9939109e Mon Sep 17 00:00:00 2001 From: Celalettin Calis Date: Fri, 22 Sep 2023 19:57:58 +0300 Subject: [PATCH 2/3] bump chart version to 0.10.9 --- helm/superset/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 308d641aa8aa..2aa2bc49a317 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -29,7 +29,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.10.8 +version: 0.10.9 dependencies: - name: postgresql version: 12.1.6 From 6ddbe927f841288e5b54009a3d9468747cdd800a Mon Sep 17 00:00:00 2001 From: Celalettin Calis Date: Fri, 29 Sep 2023 14:55:13 +0300 Subject: [PATCH 3/3] Update README.md --- helm/superset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/superset/README.md b/helm/superset/README.md index 0d69b9389cf1..573a3591c94e 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.10.8](https://img.shields.io/badge/Version-0.10.8-informational?style=flat-square) +![Version: 0.10.9](https://img.shields.io/badge/Version-0.10.9-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application