|
82 | 82 | labels:
|
83 | 83 | accessDali: "yes"
|
84 | 84 | accessEsp: "yes"
|
85 |
| - helmVersion: 8.12.86-rc1 |
| 85 | + helmVersion: 8.12.86 |
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 }}
|
@@ -149,7 +149,7 @@ data:
|
149 | 149 | accessEsp: "yes"
|
150 | 150 | app: "thor"
|
151 | 151 | component: "thormanager"
|
152 |
| - helmVersion: 8.12.86-rc1 |
| 152 | + helmVersion: 8.12.86 |
153 | 153 | instance: "_HPCC_JOBNAME_"
|
154 | 154 | job: "_HPCC_JOBNAME_"
|
155 | 155 | {{- 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: 8.12.86-rc1 |
| 221 | + helmVersion: 8.12.86 |
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 }}
|
@@ -353,7 +353,7 @@ spec:
|
353 | 353 | accessEsp: {{ $commonCtx.eclAgentUseChildProcesses | ternary "yes" "no" | quote }}
|
354 | 354 | app: "thor"
|
355 | 355 | component: "thor-eclagent"
|
356 |
| - helmVersion: 8.12.86-rc1 |
| 356 | + helmVersion: 8.12.86 |
357 | 357 | instance: {{ $commonCtx.eclAgentName | quote }}
|
358 | 358 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.eclAgentName ) | indent 8 }}
|
359 | 359 | {{- if hasKey $commonCtx.me "labels" }}
|
@@ -418,7 +418,7 @@ spec:
|
418 | 418 | accessEsp: "no"
|
419 | 419 | app: "thor"
|
420 | 420 | component: "thor-thoragent"
|
421 |
| - helmVersion: 8.12.86-rc1 |
| 421 | + helmVersion: 8.12.86 |
422 | 422 | instance: {{ $commonCtx.thorAgentName | quote }}
|
423 | 423 | {{- include "hpcc.addStandardLabels" (dict "root" $ "component" "eclagent" "name" "thor" "instance" $commonCtx.thorAgentName ) | indent 8 }}
|
424 | 424 | {{- if hasKey $commonCtx.me "labels" }}
|
|
0 commit comments