|
86 | 86 | labels:
|
87 | 87 | accessDali: "yes"
|
88 | 88 | accessEsp: "yes"
|
89 |
| - helmVersion: 9.4.57-closedown0 |
| 89 | + helmVersion: 9.4.58-rc1 |
90 | 90 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $eclAgentJobName "instanceOf" (printf "%s-job" .eclAgentName)) | indent 8 }}
|
91 | 91 | {{- if hasKey .me "labels" }}
|
92 | 92 | {{ toYaml .me.labels | indent 12 }}
|
@@ -154,7 +154,7 @@ data:
|
154 | 154 | accessEsp: "yes"
|
155 | 155 | app: "thor"
|
156 | 156 | component: "thormanager"
|
157 |
| - helmVersion: 9.4.57-closedown0 |
| 157 | + helmVersion: 9.4.58-rc1 |
158 | 158 | instance: "_HPCC_JOBNAME_"
|
159 | 159 | job: "_HPCC_JOBNAME_"
|
160 | 160 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
|
@@ -224,7 +224,7 @@ data:
|
224 | 224 | accessEsp: "yes"
|
225 | 225 | app: "thor"
|
226 | 226 | component: "thorworker"
|
227 |
| - helmVersion: 9.4.57-closedown0 |
| 227 | + helmVersion: 9.4.58-rc1 |
228 | 228 | instance: "_HPCC_JOBNAME_"
|
229 | 229 | job: "_HPCC_JOBNAME_"
|
230 | 230 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
|
@@ -360,7 +360,7 @@ spec:
|
360 | 360 | accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
361 | 361 | app: "thor"
|
362 | 362 | component: "thor-eclagent"
|
363 |
| - helmVersion: 9.4.57-closedown0 |
| 363 | + helmVersion: 9.4.58-rc1 |
364 | 364 | instance: {{ $commonCtx.eclAgentName | quote }}
|
365 | 365 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
|
366 | 366 | {{- if hasKey $commonCtx.me "labels" }}
|
@@ -428,7 +428,7 @@ spec:
|
428 | 428 | accessEsp: "no"
|
429 | 429 | app: "thor"
|
430 | 430 | component: "thor-thoragent"
|
431 |
| - helmVersion: 9.4.57-closedown0 |
| 431 | + helmVersion: 9.4.58-rc1 |
432 | 432 | instance: {{ $commonCtx.thorAgentName | quote }}
|
433 | 433 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
|
434 | 434 | {{- if hasKey $commonCtx.me "labels" }}
|
|
0 commit comments