|
86 | 86 | labels:
|
87 | 87 | accessDali: "yes"
|
88 | 88 | accessEsp: "yes"
|
89 |
| - helmVersion: 9.6.2-rc2 |
| 89 | + helmVersion: 9.6.2 |
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 }}
|
@@ -151,7 +151,7 @@ data:
|
151 | 151 | accessEsp: "yes"
|
152 | 152 | app: "thor"
|
153 | 153 | component: "thormanager"
|
154 |
| - helmVersion: 9.6.2-rc2 |
| 154 | + helmVersion: 9.6.2 |
155 | 155 | instance: "_HPCC_JOBNAME_"
|
156 | 156 | job: "_HPCC_JOBNAME_"
|
157 | 157 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
|
@@ -218,7 +218,7 @@ data:
|
218 | 218 | accessEsp: "yes"
|
219 | 219 | app: "thor"
|
220 | 220 | component: "thorworker"
|
221 |
| - helmVersion: 9.6.2-rc2 |
| 221 | + helmVersion: 9.6.2 |
222 | 222 | instance: "_HPCC_JOBNAME_"
|
223 | 223 | job: "_HPCC_JOBNAME_"
|
224 | 224 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
|
@@ -351,7 +351,7 @@ spec:
|
351 | 351 | accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
352 | 352 | app: "thor"
|
353 | 353 | component: "thor-eclagent"
|
354 |
| - helmVersion: 9.6.2-rc2 |
| 354 | + helmVersion: 9.6.2 |
355 | 355 | instance: {{ $commonCtx.eclAgentName | quote }}
|
356 | 356 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
|
357 | 357 | {{- if hasKey $commonCtx.me "labels" }}
|
@@ -416,7 +416,7 @@ spec:
|
416 | 416 | accessEsp: "no"
|
417 | 417 | app: "thor"
|
418 | 418 | component: "thor-thoragent"
|
419 |
| - helmVersion: 9.6.2-rc2 |
| 419 | + helmVersion: 9.6.2 |
420 | 420 | instance: {{ $commonCtx.thorAgentName | quote }}
|
421 | 421 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
|
422 | 422 | {{- if hasKey $commonCtx.me "labels" }}
|
|
0 commit comments