|
4 | 4 | "name": "tracetest-executor",
|
5 | 5 | "executor": {
|
6 | 6 | "executorType": "job",
|
7 |
| - "image": "kubeshop/testkube-tracetest-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 7 | + "image": "kubeshop/testkube-tracetest-executor:{{ .Values.image.executorsTag }}", |
8 | 8 | "command": [
|
9 | 9 | "tracetest"
|
10 | 10 | ],
|
|
40 | 40 | "name": "zap-executor",
|
41 | 41 | "executor": {
|
42 | 42 | "executorType": "job",
|
43 |
| - "image": "kubeshop/testkube-zap-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 43 | + "image": "kubeshop/testkube-zap-executor:{{ .Values.executorsTag }}", |
44 | 44 | "command": [
|
45 | 45 | "<pythonScriptPath>"
|
46 | 46 | ],
|
|
70 | 70 | "name": "playwright-executor",
|
71 | 71 | "executor": {
|
72 | 72 | "executorType": "job",
|
73 |
| - "image": "kubeshop/testkube-playwright-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 73 | + "image": "kubeshop/testkube-playwright-executor:{{ .Values.executorsTag }}", |
74 | 74 | "command": [
|
75 | 75 | "<depManager>"
|
76 | 76 | ],
|
|
99 | 99 | "name": "jmeter-executor",
|
100 | 100 | "executor": {
|
101 | 101 | "executorType": "job",
|
102 |
| - "image": "kubeshop/testkube-jmeter-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 102 | + "image": "kubeshop/testkube-jmeter-executor:{{ .Values.executorsTag }}", |
103 | 103 | "command": [
|
104 | 104 | "<entryPoint>"
|
105 | 105 | ],
|
|
139 | 139 | "name": "jmeterd-executor",
|
140 | 140 | "executor": {
|
141 | 141 | "executorType": "job",
|
142 |
| - "image": "kubeshop/testkube-jmeterd-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 142 | + "image": "kubeshop/testkube-jmeterd-executor:{{ .Values.executorsTag }}", |
143 | 143 | "command": [
|
144 | 144 | "<entryPoint>"
|
145 | 145 | ],
|
146 | 146 | "slaves": {
|
147 |
| - "image": "kubeshop/testkube-jmeterd-slave:{{ .Values.image.tag | default .Chart.AppVersion }}" |
| 147 | + "image": "kubeshop/testkube-jmeterd-slave:{{ .Values.executorsTag }}" |
148 | 148 | },
|
149 | 149 | "args": [
|
150 | 150 | "-n",
|
|
182 | 182 | "name": "ginkgo-executor",
|
183 | 183 | "executor": {
|
184 | 184 | "executorType": "job",
|
185 |
| - "image": "kubeshop/testkube-ginkgo-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 185 | + "image": "kubeshop/testkube-ginkgo-executor:{{ .Values.executorsTag }}", |
186 | 186 | "command": [
|
187 | 187 | "ginkgo"
|
188 | 188 | ],
|
|
222 | 222 | "name": "maven-executor",
|
223 | 223 | "executor": {
|
224 | 224 | "executorType": "job",
|
225 |
| - "image": "kubeshop/testkube-maven-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 225 | + "image": "kubeshop/testkube-maven-executor:{{ .Values.executorsTag }}", |
226 | 226 | "command": [
|
227 | 227 | "mvn"
|
228 | 228 | ],
|
|
255 | 255 | "name": "gradle-executor",
|
256 | 256 | "executor": {
|
257 | 257 | "executorType": "job",
|
258 |
| - "image": "kubeshop/testkube-gradle-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 258 | + "image": "kubeshop/testkube-gradle-executor:{{ .Values.executorsTag }}", |
259 | 259 | "command": [
|
260 | 260 | "gradle"
|
261 | 261 | ],
|
|
287 | 287 | "name": "kubepug-executor",
|
288 | 288 | "executor": {
|
289 | 289 | "executorType": "job",
|
290 |
| - "image": "kubeshop/testkube-kubepug-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 290 | + "image": "kubeshop/testkube-kubepug-executor:{{ .Values.executorsTag }}", |
291 | 291 | "command": [
|
292 | 292 | "kubepug"
|
293 | 293 | ],
|
|
320 | 320 | "name": "soapui-executor",
|
321 | 321 | "executor": {
|
322 | 322 | "executorType": "job",
|
323 |
| - "image": "kubeshop/testkube-soapui-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 323 | + "image": "kubeshop/testkube-soapui-executor:{{ .Values.executorsTag }}", |
324 | 324 | "command": [
|
325 | 325 | "/bin/sh",
|
326 | 326 | "/usr/local/SmartBear/EntryPoint.sh"
|
|
351 | 351 | "name": "k6-executor",
|
352 | 352 | "executor": {
|
353 | 353 | "executorType": "job",
|
354 |
| - "image": "kubeshop/testkube-k6-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 354 | + "image": "kubeshop/testkube-k6-executor:{{ .Values.executorsTag }}", |
355 | 355 | "command": [
|
356 | 356 | "k6"
|
357 | 357 | ],
|
|
383 | 383 | "name": "cypress-executor",
|
384 | 384 | "executor": {
|
385 | 385 | "executorType": "job",
|
386 |
| - "image": "kubeshop/testkube-cypress-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 386 | + "image": "kubeshop/testkube-cypress-executor:{{ .Values.executorsTag }}", |
387 | 387 | "command": [
|
388 | 388 | "./node_modules/cypress/bin/cypress"
|
389 | 389 | ],
|
|
419 | 419 | "name": "curl-executor",
|
420 | 420 | "executor": {
|
421 | 421 | "executorType": "job",
|
422 |
| - "image": "kubeshop/testkube-curl-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 422 | + "image": "kubeshop/testkube-curl-executor:{{ .Values.executorsTag }}", |
423 | 423 | "command": [
|
424 | 424 | "curl"
|
425 | 425 | ],
|
|
449 | 449 | "name": "postman-executor",
|
450 | 450 | "executor": {
|
451 | 451 | "executorType": "job",
|
452 |
| - "image": "kubeshop/testkube-postman-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 452 | + "image": "kubeshop/testkube-postman-executor:{{ .Values.executorsTag }}", |
453 | 453 | "command": [
|
454 | 454 | "newman"
|
455 | 455 | ],
|
|
486 | 486 | "name": "artillery-executor",
|
487 | 487 | "executor": {
|
488 | 488 | "executorType": "job",
|
489 |
| - "image": "kubeshop/testkube-artillery-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 489 | + "image": "kubeshop/testkube-artillery-executor:{{ .Values.executorsTag }}", |
490 | 490 | "command": [
|
491 | 491 | "artillery"
|
492 | 492 | ],
|
|
521 | 521 | "name": "scraper-executor",
|
522 | 522 | "executor": {
|
523 | 523 | "executorType": "scraper",
|
524 |
| - "image": "kubeshop/testkube-scraper-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 524 | + "image": "kubeshop/testkube-scraper-executor:{{ .Values.executorsTag }}", |
525 | 525 | "types": []
|
526 | 526 | }
|
527 | 527 | },
|
528 | 528 | {
|
529 | 529 | "name": "init-executor",
|
530 | 530 | "executor": {
|
531 | 531 | "executorType": "init",
|
532 |
| - "image": "kubeshop/testkube-init-executor:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 532 | + "image": "kubeshop/testkube-init-executor:{{ .Values.executorsTag }}", |
533 | 533 | "types": []
|
534 | 534 | }
|
535 | 535 | },
|
536 | 536 | {
|
537 | 537 | "name": "logs-sidecar",
|
538 | 538 | "executor": {
|
539 | 539 | "executorType": "sidecar",
|
540 |
| - "image": "kubeshop/testkube-logs-sidecar:{{ .Values.image.tag | default .Chart.AppVersion }}", |
| 540 | + "image": "kubeshop/testkube-logs-sidecar:{{ .Values.executorsTag }}", |
541 | 541 | "types": []
|
542 | 542 | }
|
543 | 543 | }
|
|
0 commit comments