|
@@ -78,7 +78,7 @@ data:
|
|
|
labels:
|
|
|
accessDali: "yes"
|
|
|
accessEsp: "yes"
|
|
|
- helmVersion: 8.2.49-closedown0
|
|
|
+ helmVersion: 8.2.51-closedown0
|
|
|
{{- if hasKey .me "labels" }}
|
|
|
{{ toYaml .me.labels | indent 12 }}
|
|
|
{{- end }}
|
|
@@ -145,7 +145,7 @@ data:
|
|
|
accessDali: "yes"
|
|
|
accessEsp: "yes"
|
|
|
job: "_HPCC_JOBNAME_"
|
|
|
- helmVersion: 8.2.49-closedown0
|
|
|
+ helmVersion: 8.2.51-closedown0
|
|
|
{{- if hasKey $thorScope "labels" }}
|
|
|
{{ toYaml $thorScope.labels | indent 12 }}
|
|
|
{{- end }}
|
|
@@ -211,7 +211,7 @@ data:
|
|
|
app: thor
|
|
|
accessEsp: "true"
|
|
|
job: "_HPCC_JOBNAME_"
|
|
|
- helmVersion: 8.2.49-closedown0
|
|
|
+ helmVersion: 8.2.51-closedown0
|
|
|
{{- if hasKey $thorScope "labels" }}
|
|
|
{{ toYaml $thorScope.labels | indent 12 }}
|
|
|
{{- end }}
|
|
@@ -313,7 +313,7 @@ spec:
|
|
|
run: {{ $commonCtx.eclAgentName | quote }}
|
|
|
accessDali: "yes"
|
|
|
accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
|
|
- helmVersion: 8.2.49-closedown0
|
|
|
+ helmVersion: 8.2.51-closedown0
|
|
|
{{- if hasKey $commonCtx.me "labels" }}
|
|
|
{{ toYaml $commonCtx.me.labels | indent 8 }}
|
|
|
{{- end }}
|
|
@@ -373,7 +373,7 @@ spec:
|
|
|
run: {{ $commonCtx.thorAgentName | quote }}
|
|
|
accessDali: "yes"
|
|
|
accessEsp: "no"
|
|
|
- helmVersion: 8.2.49-closedown0
|
|
|
+ helmVersion: 8.2.51-closedown0
|
|
|
{{- if hasKey $commonCtx.me "labels" }}
|
|
|
{{ toYaml $commonCtx.me.labels | indent 8 }}
|
|
|
{{- end }}
|