From 26200b697a04ff9bf623fc4eb34f2726a35b9909 Mon Sep 17 00:00:00 2001 From: Alex Tonkonozhenko Date: Fri, 22 Oct 2021 13:15:12 +0300 Subject: [PATCH 1/3] feat: Support ingressClassName --- helm/superset/templates/ingress.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/superset/templates/ingress.yaml b/helm/superset/templates/ingress.yaml index 7c1dd72f0ebeb..4afb1a92282b7 100644 --- a/helm/superset/templates/ingress.yaml +++ b/helm/superset/templates/ingress.yaml @@ -30,6 +30,9 @@ metadata: {{ toYaml . | indent 4 }} {{- end }} spec: +{{- if .Values.ingress.className }} + ingressClassName: {{ .Values.ingress.className }} +{{- end }} {{- if .Values.ingress.tls }} tls: {{- range .Values.ingress.tls }} From 7e1e27ecfbe34ee0c06227d914d20839a6d6c6ee Mon Sep 17 00:00:00 2001 From: Alex Tonkonozhenko Date: Mon, 25 Oct 2021 09:16:34 +0300 Subject: [PATCH 2/3] Bump chart version --- 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 e3c6f4bb54ab4..0c5b6a15af601 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.3.10 +version: 0.3.11 dependencies: - name: postgresql version: 10.2.0 From 7ce829b1119e036933fedacdaaa3e3db6448380e Mon Sep 17 00:00:00 2001 From: Alex Tonkonozhenko Date: Thu, 28 Oct 2021 10:56:10 +0300 Subject: [PATCH 3/3] Update Chart.yaml --- 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 0c5b6a15af601..d62a0f5b6ee51 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.3.11 +version: 0.3.12 dependencies: - name: postgresql version: 10.2.0