|
82 | 82 | labels:
|
83 | 83 | accessDali: "yes"
|
84 | 84 | accessEsp: "yes"
|
85 |
| - helmVersion: 9.2.83-closedown0 |
| 85 | + helmVersion: 9.2.84-rc1 |
86 | 86 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $eclAgentJobName "instanceOf" (printf "%s-job" .eclAgentName)) | indent 8 }}
|
87 | 87 | {{- if hasKey .me "labels" }}
|
88 | 88 | {{ toYaml .me.labels | indent 12 }}
|
@@ -145,7 +145,7 @@ data:
|
145 | 145 | accessEsp: "yes"
|
146 | 146 | app: "thor"
|
147 | 147 | component: "thormanager"
|
148 |
| - helmVersion: 9.2.83-closedown0 |
| 148 | + helmVersion: 9.2.84-rc1 |
149 | 149 | instance: "_HPCC_JOBNAME_"
|
150 | 150 | job: "_HPCC_JOBNAME_"
|
151 | 151 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
|
@@ -210,7 +210,7 @@ data:
|
210 | 210 | accessEsp: "yes"
|
211 | 211 | app: "thor"
|
212 | 212 | component: "thorworker"
|
213 |
| - helmVersion: 9.2.83-closedown0 |
| 213 | + helmVersion: 9.2.84-rc1 |
214 | 214 | instance: "_HPCC_JOBNAME_"
|
215 | 215 | job: "_HPCC_JOBNAME_"
|
216 | 216 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
|
@@ -341,7 +341,7 @@ spec:
|
341 | 341 | accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
342 | 342 | app: "thor"
|
343 | 343 | component: "thor-eclagent"
|
344 |
| - helmVersion: 9.2.83-closedown0 |
| 344 | + helmVersion: 9.2.84-rc1 |
345 | 345 | instance: {{ $commonCtx.eclAgentName | quote }}
|
346 | 346 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
|
347 | 347 | {{- if hasKey $commonCtx.me "labels" }}
|
@@ -404,7 +404,7 @@ spec:
|
404 | 404 | accessEsp: "no"
|
405 | 405 | app: "thor"
|
406 | 406 | component: "thor-thoragent"
|
407 |
| - helmVersion: 9.2.83-closedown0 |
| 407 | + helmVersion: 9.2.84-rc1 |
408 | 408 | instance: {{ $commonCtx.thorAgentName | quote }}
|
409 | 409 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
|
410 | 410 | {{- if hasKey $commonCtx.me "labels" }}
|
|
0 commit comments