From e7ac947b3b6b8990ea514a61a197b605cb7d54cc Mon Sep 17 00:00:00 2001 From: Christian Dreier Date: Wed, 4 Jan 2023 10:14:40 +0100 Subject: [PATCH 1/4] fix: adding extraConfig to celery beat deployment --- helm/superset/templates/deployment-beat.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/superset/templates/deployment-beat.yaml b/helm/superset/templates/deployment-beat.yaml index 01e66a83b645a..ec60f222095cc 100644 --- a/helm/superset/templates/deployment-beat.yaml +++ b/helm/superset/templates/deployment-beat.yaml @@ -104,6 +104,11 @@ spec: - name: superset-config mountPath: {{ .Values.configMountPath | quote }} readOnly: true + {{- if .Values.extraConfigs }} + - name: superset-extra-config + mountPath: {{ .Values.extraConfigMountPath | quote }} + readOnly: true + {{- end }} {{- with .Values.extraVolumeMounts }} {{- tpl (toYaml .) $ | nindent 12 -}} {{- end }} From b6f7423336067b9a6155f17983fc11ff5e951067 Mon Sep 17 00:00:00 2001 From: Christian Dreier Date: Thu, 5 Jan 2023 09:38:27 +0100 Subject: [PATCH 2/4] bumped version after rebase --- 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 2f5d0c9507269..3d5b7280c49cb 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.8.0 +version: 0.8.1 dependencies: - name: postgresql version: 12.1.6 From 1bea9ad79281506094c4c4b27f0a96d589e7c888 Mon Sep 17 00:00:00 2001 From: Christian Dreier Date: Thu, 5 Jan 2023 13:49:17 +0100 Subject: [PATCH 3/4] fixed volumes --- helm/superset/templates/deployment-beat.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/superset/templates/deployment-beat.yaml b/helm/superset/templates/deployment-beat.yaml index ec60f222095cc..d4242425fe392 100644 --- a/helm/superset/templates/deployment-beat.yaml +++ b/helm/superset/templates/deployment-beat.yaml @@ -138,6 +138,11 @@ spec: - name: superset-config secret: secretName: {{ tpl .Values.configFromSecret . }} + {{- if .Values.extraConfigs }} + - name: superset-extra-config + configMap: + name: {{ template "superset.fullname" . }}-extra-config + {{- end }} {{- with .Values.extraVolumes }} {{- tpl (toYaml .) $ | nindent 8 -}} {{- end }} From ed682c008d9b0e00681e1b7b634d0ea074582409 Mon Sep 17 00:00:00 2001 From: Christian Dreier Date: Thu, 5 Jan 2023 20:29:36 +0100 Subject: [PATCH 4/4] version bump to 0.8.2 --- helm/superset/Chart.yaml | 2 +- helm/superset/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 3d5b7280c49cb..6321e075a3651 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.8.1 +version: 0.8.2 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index aa39bff7cd461..1168e05e71c89 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.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) +![Version: 0.8.2](https://img.shields.io/badge/Version-0.8.2-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application