Skip to content

Commit 3fb53d5

Browse files
committed
Community Edition 9.4.0-rc3 Release Candidate 3
Signed-off-by: Jake Smith <[email protected]>
1 parent 45f4884 commit 3fb53d5

14 files changed

+24
-24
lines changed

helm/hpcc/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type: application
66

77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
9-
version: 9.4.0-rc2
9+
version: 9.4.0-rc3
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application.
1313

14-
appVersion: 9.4.0-rc2
14+
appVersion: 9.4.0-rc3

helm/hpcc/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ kind: Service
13371337
metadata:
13381338
name: {{ $lvars.serviceName | quote }}
13391339
labels:
1340-
helmVersion: 9.4.0-rc2
1340+
helmVersion: 9.4.0-rc3
13411341
{{- include "hpcc.addStandardLabels" (dict "root" $.root "instance" $lvars.serviceName ) | indent 4 }}
13421342
{{- if $lvars.labels }}
13431343
{{ toYaml $lvars.labels | indent 4 }}

helm/hpcc/templates/dafilesrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
labels:
5151
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dafilesrv" "name" "dafilesrv" "instance" .name) | indent 8 }}
5252
server: {{ .name | quote }}
53-
helmVersion: 9.4.0-rc2
53+
helmVersion: 9.4.0-rc3
5454
annotations:
5555
checksum/config: {{ $configSHA }}
5656
spec:

helm/hpcc/templates/dali.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
run: {{ $dali.name | quote }}
8383
server: {{ $dali.name | quote }}
8484
app: dali
85-
helmVersion: 9.4.0-rc2
85+
helmVersion: 9.4.0-rc3
8686
{{- if hasKey $.Values.global "metrics" }}
8787
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}
8888
{{- end }}

helm/hpcc/templates/dfuserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "dfuserver" "name" "dfuserver" "instance" .name) | indent 8 }}
5757
run: {{ .name | quote }}
5858
accessDali: "yes"
59-
helmVersion: 9.4.0-rc2
59+
helmVersion: 9.4.0-rc3
6060
{{- if hasKey . "labels" }}
6161
{{ toYaml .labels | indent 8 }}
6262
{{- end }}

helm/hpcc/templates/eclagent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ data:
5858
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" $apptype "name" "eclagent" "instance" $appJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
5959
accessDali: "yes"
6060
accessEsp: "yes"
61-
helmVersion: 9.4.0-rc2
61+
helmVersion: 9.4.0-rc3
6262
{{- if hasKey .me "labels" }}
6363
{{ toYaml .me.labels | indent 12 }}
6464
{{- end }}
@@ -135,7 +135,7 @@ spec:
135135
run: {{ .name | quote }}
136136
accessDali: "yes"
137137
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
138-
helmVersion: 9.4.0-rc2
138+
helmVersion: 9.4.0-rc3
139139
{{- if hasKey . "labels" }}
140140
{{ toYaml .labels | indent 8 }}
141141
{{- end }}

helm/hpcc/templates/eclccserver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ data:
5757
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclccserver" "name" "eclccserver" "instance" $compileJobName "instanceOf" (printf "%s-job" .me.name)) | indent 12 }}
5858
accessDali: "yes"
5959
accessEsp: "yes"
60-
helmVersion: 9.4.0-rc2
60+
helmVersion: 9.4.0-rc3
6161
{{- if hasKey .me "labels" }}
6262
{{ toYaml .me.labels | indent 12 }}
6363
{{- end }}
@@ -142,7 +142,7 @@ spec:
142142
run: {{ .name | quote }}
143143
accessDali: "yes"
144144
accessEsp: {{ .useChildProcesses | default false | ternary "yes" "no" | quote }}
145-
helmVersion: 9.4.0-rc2
145+
helmVersion: 9.4.0-rc3
146146
{{- if hasKey . "labels" }}
147147
{{ toYaml .labels | indent 8 }}
148148
{{- end }}

helm/hpcc/templates/eclscheduler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
run: {{ .name | quote }}
6565
accessDali: "yes"
6666
accessEsp: "no"
67-
helmVersion: 9.4.0-rc2
67+
helmVersion: 9.4.0-rc3
6868
{{- if hasKey . "labels" }}
6969
{{ toYaml .labels | indent 8 }}
7070
{{- end }}

helm/hpcc/templates/esp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
server: {{ .name | quote }}
118118
accessDali: "yes"
119119
app: {{ $application }}
120-
helmVersion: 9.4.0-rc2
120+
helmVersion: 9.4.0-rc3
121121
{{- include "hpcc.addStandardLabels" (dict "root" $ "name" $application "component" "esp" "instance" .name) | indent 8 }}
122122
{{- if hasKey $.Values.global "metrics" }}
123123
{{- include "hpcc.generateMetricsReporterLabel" $.Values.global.metrics | nindent 8 }}

helm/hpcc/templates/localroxie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
server: {{ $servername | quote }}
7171
accessDali: "yes"
7272
accessEsp: "yes"
73-
helmVersion: 9.4.0-rc2
73+
helmVersion: 9.4.0-rc3
7474
{{- include "hpcc.addStandardLabels" (dict "root" $ "component" "roxie-server" "name" "roxie" "instance" $roxie.name) | indent 8 }}
7575
{{- if hasKey . "labels" }}
7676
{{ toYaml .labels | indent 8 }}

0 commit comments

Comments
 (0)