File tree Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ maintainers:
29
29
- name : craig-rueda
30
30
31
31
url : https://github.com/craig-rueda
32
- version : 0.14.2
32
+ version : 0.14.3
33
33
dependencies :
34
34
- name : postgresql
35
35
version : 13.4.4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
23
23
24
24
# superset
25
25
26
- ![ Version: 0.14.2 ] ( https://img.shields.io/badge/Version-0.14.2 -informational?style=flat-square )
26
+ ![ Version: 0.14.3 ] ( https://img.shields.io/badge/Version-0.14.3 -informational?style=flat-square )
27
27
28
28
Apache Superset is a modern, enterprise-ready business intelligence web application
29
29
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ metadata:
28
28
chart : {{ template "superset.chart" . }}
29
29
release : {{ .Release.Name }}
30
30
heritage : {{ .Release.Service }}
31
- {{- if .Values.extraLabels }}
32
- {{- toYaml .Values.extraLabels | nindent 4 }}
33
- {{- end }}
31
+ {{- if .Values.extraLabels }}
32
+ {{- toYaml .Values.extraLabels | nindent 4 }}
33
+ {{- end }}
34
34
{{- if .Values.init.jobAnnotations }}
35
35
annotations : {{- toYaml .Values.init.jobAnnotations | nindent 4 }}
36
36
{{- end }}
@@ -44,10 +44,10 @@ spec:
44
44
{{- if or .Values.extraLabels .Values.init.podLabels }}
45
45
labels :
46
46
{{- if .Values.extraLabels }}
47
- {{- toYaml .Values.extraLabels | nindent 8 }}
47
+ {{- toYaml .Values.extraLabels | nindent 8 }}
48
48
{{- end }}
49
49
{{- if .Values.init.podLabels }}
50
- {{- toYaml .Values.init.podLabels | nindent 8 }}
50
+ {{- toYaml .Values.init.podLabels | nindent 8 }}
51
51
{{- end }}
52
52
{{- end }}
53
53
spec :
Original file line number Diff line number Diff line change 20
20
{{- with .Values.supersetCeleryBeat.podDisruptionBudget }}
21
21
{{- if .enabled -}}
22
22
{{- if and .minAvailable .maxUnavailable }}
23
- {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
23
+ {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
24
24
{{- end}}
25
25
apiVersion : policy/v1
26
26
kind : PodDisruptionBudget
@@ -35,12 +35,12 @@ metadata:
35
35
{{- toYaml $.Values.extraLabels | nindent 4 }}
36
36
{{- end }}
37
37
spec :
38
- {{- if .minAvailable }}
38
+ {{- if .minAvailable }}
39
39
minAvailable : {{ .minAvailable }}
40
- {{- end }}
41
- {{- if .maxUnavailable }}
40
+ {{- end }}
41
+ {{- if .maxUnavailable }}
42
42
maxUnavailable : {{ .maxUnavailable }}
43
- {{- end }}
43
+ {{- end }}
44
44
selector :
45
45
matchLabels :
46
46
{{- include "supersetCeleryBeat.selectorLabels" $ | nindent 6 }}
Original file line number Diff line number Diff line change 20
20
{{- with .Values.supersetCeleryFlower.podDisruptionBudget }}
21
21
{{- if .enabled -}}
22
22
{{- if and .minAvailable .maxUnavailable }}
23
- {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
23
+ {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
24
24
{{- end}}
25
25
apiVersion : policy/v1
26
26
kind : PodDisruptionBudget
@@ -35,12 +35,12 @@ metadata:
35
35
{{- toYaml $.Values.extraLabels | nindent 4 }}
36
36
{{- end }}
37
37
spec :
38
- {{- if .minAvailable }}
38
+ {{- if .minAvailable }}
39
39
minAvailable : {{ .minAvailable }}
40
- {{- end }}
41
- {{- if .maxUnavailable }}
40
+ {{- end }}
41
+ {{- if .maxUnavailable }}
42
42
maxUnavailable : {{ .maxUnavailable }}
43
- {{- end }}
43
+ {{- end }}
44
44
selector :
45
45
matchLabels :
46
46
{{- include "supersetCeleryFlower.selectorLabels" $ | nindent 6 }}
Original file line number Diff line number Diff line change 20
20
{{- with .Values.supersetWorker.podDisruptionBudget }}
21
21
{{- if .enabled -}}
22
22
{{- if and .minAvailable .maxUnavailable }}
23
- {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
23
+ {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
24
24
{{- end}}
25
25
apiVersion : policy/v1
26
26
kind : PodDisruptionBudget
@@ -35,12 +35,12 @@ metadata:
35
35
{{- toYaml $.Values.extraLabels | nindent 4 }}
36
36
{{- end }}
37
37
spec :
38
- {{- if .minAvailable }}
38
+ {{- if .minAvailable }}
39
39
minAvailable : {{ .minAvailable }}
40
- {{- end }}
41
- {{- if .maxUnavailable }}
40
+ {{- end }}
41
+ {{- if .maxUnavailable }}
42
42
maxUnavailable : {{ .maxUnavailable }}
43
- {{- end }}
43
+ {{- end }}
44
44
selector :
45
45
matchLabels :
46
46
{{- include "supersetWorker.selectorLabels" $ | nindent 6 }}
Original file line number Diff line number Diff line change 20
20
{{- with .Values.supersetWebsockets.podDisruptionBudget }}
21
21
{{- if .enabled -}}
22
22
{{- if and .minAvailable .maxUnavailable }}
23
- {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
23
+ {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
24
24
{{- end}}
25
25
apiVersion : policy/v1
26
26
kind : PodDisruptionBudget
@@ -35,12 +35,12 @@ metadata:
35
35
{{- toYaml $.Values.extraLabels | nindent 4 }}
36
36
{{- end }}
37
37
spec :
38
- {{- if .minAvailable }}
38
+ {{- if .minAvailable }}
39
39
minAvailable : {{ .minAvailable }}
40
- {{- end }}
41
- {{- if .maxUnavailable }}
40
+ {{- end }}
41
+ {{- if .maxUnavailable }}
42
42
maxUnavailable : {{ .maxUnavailable }}
43
- {{- end }}
43
+ {{- end }}
44
44
selector :
45
45
matchLabels :
46
46
{{- include "supersetWebsockets.selectorLabels" $ | nindent 6 }}
Original file line number Diff line number Diff line change 20
20
{{- with .Values.supersetNode.podDisruptionBudget }}
21
21
{{- if .enabled -}}
22
22
{{- if and .minAvailable .maxUnavailable }}
23
- {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
23
+ {{- fail "Only one of minAvailable or maxUnavailable should be set" }}
24
24
{{- end}}
25
25
apiVersion : policy/v1
26
26
kind : PodDisruptionBudget
@@ -35,12 +35,12 @@ metadata:
35
35
{{- toYaml $.Values.extraLabels | nindent 4 }}
36
36
{{- end }}
37
37
spec :
38
- {{- if .minAvailable }}
38
+ {{- if .minAvailable }}
39
39
minAvailable : {{ .minAvailable }}
40
- {{- end }}
41
- {{- if .maxUnavailable }}
40
+ {{- end }}
41
+ {{- if .maxUnavailable }}
42
42
maxUnavailable : {{ .maxUnavailable }}
43
- {{- end }}
43
+ {{- end }}
44
44
selector :
45
45
matchLabels :
46
46
{{- include "supersetNode.selectorLabels" $ | nindent 6 }}
You can’t perform that action at this time.
0 commit comments