File tree Expand file tree Collapse file tree 14 files changed +24
-24
lines changed Expand file tree Collapse file tree 14 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ type: application
6
6
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : 9.4.0-rc2
9
+ version : 9.4.0-rc3
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application.
13
13
14
- appVersion : 9.4.0-rc2
14
+ appVersion : 9.4.0-rc3
Original file line number Diff line number Diff line change @@ -1337,7 +1337,7 @@ kind: Service
1337
1337
metadata:
1338
1338
name: { { $lvars .serviceName | quote } }
1339
1339
labels:
1340
- helmVersion: 9.4.0-rc2
1340
+ helmVersion: 9.4.0-rc3
1341
1341
{ {- include " hpcc.addStandardLabels" (dict " root" $.root " instance" $lvars .serviceName ) | indent 4 } }
1342
1342
{ {- if $lvars .labels } }
1343
1343
{ { toYaml $lvars .labels | indent 4 } }
Original file line number Diff line number Diff line change 50
50
labels :
51
51
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dafilesrv" "name" "dafilesrv" "instance" .name) | indent 8 }}
52
52
server : {{ .name | quote }}
53
- helmVersion : 9.4.0-rc2
53
+ helmVersion : 9.4.0-rc3
54
54
annotations :
55
55
checksum/config : {{ $configSHA }}
56
56
spec :
Original file line number Diff line number Diff line change 82
82
run : {{ $dali.name | quote }}
83
83
server : {{ $dali.name | quote }}
84
84
app : dali
85
- helmVersion : 9.4.0-rc2
85
+ helmVersion : 9.4.0-rc3
86
86
{{- if hasKey $.Values.global "metrics" }}
87
87
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
88
88
{{- end }}
Original file line number Diff line number Diff line change 56
56
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dfuserver" "name" "dfuserver" "instance" .name) | indent 8 }}
57
57
run : {{ .name | quote }}
58
58
accessDali : " yes"
59
- helmVersion : 9.4.0-rc2
59
+ helmVersion : 9.4.0-rc3
60
60
{{- if hasKey . "labels" }}
61
61
{{ toYaml .labels | indent 8 }}
62
62
{{- end }}
Original file line number Diff line number Diff line change 58
58
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" $apptype "name" "eclagent" "instance" $appJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
59
59
accessDali : " yes"
60
60
accessEsp : " yes"
61
- helmVersion : 9.4.0-rc2
61
+ helmVersion : 9.4.0-rc3
62
62
{{- if hasKey .me "labels" }}
63
63
{{ toYaml .me.labels | indent 12 }}
64
64
{{- end }}
@@ -135,7 +135,7 @@ spec:
135
135
run : {{ .name | quote }}
136
136
accessDali : " yes"
137
137
accessEsp : {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
138
- helmVersion : 9.4.0-rc2
138
+ helmVersion : 9.4.0-rc3
139
139
{{- if hasKey . "labels" }}
140
140
{{ toYaml .labels | indent 8 }}
141
141
{{- end }}
Original file line number Diff line number Diff line change 57
57
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclccserver" "name" "eclccserver" "instance" $compileJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
58
58
accessDali : " yes"
59
59
accessEsp : " yes"
60
- helmVersion : 9.4.0-rc2
60
+ helmVersion : 9.4.0-rc3
61
61
{{- if hasKey .me "labels" }}
62
62
{{ toYaml .me.labels | indent 12 }}
63
63
{{- end }}
@@ -142,7 +142,7 @@ spec:
142
142
run : {{ .name | quote }}
143
143
accessDali : " yes"
144
144
accessEsp : {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
145
- helmVersion : 9.4.0-rc2
145
+ helmVersion : 9.4.0-rc3
146
146
{{- if hasKey . "labels" }}
147
147
{{ toYaml .labels | indent 8 }}
148
148
{{- end }}
Original file line number Diff line number Diff line change 64
64
run : {{ .name | quote }}
65
65
accessDali : " yes"
66
66
accessEsp : " no"
67
- helmVersion : 9.4.0-rc2
67
+ helmVersion : 9.4.0-rc3
68
68
{{- if hasKey . "labels" }}
69
69
{{ toYaml .labels | indent 8 }}
70
70
{{- end }}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ spec:
117
117
server : {{ .name | quote }}
118
118
accessDali : " yes"
119
119
app : {{ $application }}
120
- helmVersion : 9.4.0-rc2
120
+ helmVersion : 9.4.0-rc3
121
121
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
122
122
{{- if hasKey $.Values.global "metrics" }}
123
123
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
Original file line number Diff line number Diff line change 70
70
server : {{ $servername | quote }}
71
71
accessDali : " yes"
72
72
accessEsp : " yes"
73
- helmVersion : 9.4.0-rc2
73
+ helmVersion : 9.4.0-rc3
74
74
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }}
75
75
{{- if hasKey . "labels" }}
76
76
{{ toYaml .labels | indent 8 }}
You can’t perform that action at this time.
0 commit comments