|
82 | 82 | labels:
|
83 | 83 | accessDali: "yes"
|
84 | 84 | accessEsp: "yes"
|
85 |
| - helmVersion: 9.0.96-rc1 |
| 85 | + helmVersion: 9.0.96 |
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 }}
|
@@ -147,7 +147,7 @@ data:
|
147 | 147 | accessEsp: "yes"
|
148 | 148 | app: "thor"
|
149 | 149 | component: "thormanager"
|
150 |
| - helmVersion: 9.0.96-rc1 |
| 150 | + helmVersion: 9.0.96 |
151 | 151 | instance: "_HPCC_JOBNAME_"
|
152 | 152 | job: "_HPCC_JOBNAME_"
|
153 | 153 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thormanager" "name" "thor" "instance" $thorManagerJobName "instanceOf" (printf "%s-thormanager-job" .me.name)) | indent 12 }}
|
@@ -214,7 +214,7 @@ data:
|
214 | 214 | accessEsp: "yes"
|
215 | 215 | app: "thor"
|
216 | 216 | component: "thorworker"
|
217 |
| - helmVersion: 9.0.96-rc1 |
| 217 | + helmVersion: 9.0.96 |
218 | 218 | instance: "_HPCC_JOBNAME_"
|
219 | 219 | job: "_HPCC_JOBNAME_"
|
220 | 220 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "thorworker" "name" "thor" "instance" $thorWorkerJobName "instanceOf" (printf "%s-thorworker-job" .me.name)) | indent 12 }}
|
@@ -347,7 +347,7 @@ spec:
|
347 | 347 | accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
348 | 348 | app: "thor"
|
349 | 349 | component: "thor-eclagent"
|
350 |
| - helmVersion: 9.0.96-rc1 |
| 350 | + helmVersion: 9.0.96 |
351 | 351 | instance: {{ $commonCtx.eclAgentName | quote }}
|
352 | 352 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
|
353 | 353 | {{- if hasKey $commonCtx.me "labels" }}
|
@@ -412,7 +412,7 @@ spec:
|
412 | 412 | accessEsp: "no"
|
413 | 413 | app: "thor"
|
414 | 414 | component: "thor-thoragent"
|
415 |
| - helmVersion: 9.0.96-rc1 |
| 415 | + helmVersion: 9.0.96 |
416 | 416 | instance: {{ $commonCtx.thorAgentName | quote }}
|
417 | 417 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
|
418 | 418 | {{- if hasKey $commonCtx.me "labels" }}
|
|
0 commit comments