@@ -464,8 +464,8 @@ func (r *GatlingReconciler) newGatlingRunnerJobForCR(gatling *gatlingv1alpha1.Ga
464
464
},
465
465
Spec : batchv1.JobSpec {
466
466
BackoffLimit : & noRestarts ,
467
- Parallelism : r .getGatlingRunnerJobParallelism (gatling ),
468
- Completions : r .getGatlingRunnerJobParallelism (gatling ),
467
+ Parallelism : r .getGatlingRunnerJobParallelism (gatling ),
468
+ Completions : r .getGatlingRunnerJobParallelism (gatling ),
469
469
Template : corev1.PodTemplateSpec {
470
470
ObjectMeta : metav1.ObjectMeta {
471
471
Name : r .getObjectMeta (gatling ).Name ,
@@ -479,7 +479,7 @@ func (r *GatlingReconciler) newGatlingRunnerJobForCR(gatling *gatlingv1alpha1.Ga
479
479
InitContainers : []corev1.Container {
480
480
{
481
481
Name : "gatling-waiter" ,
482
- Image : "bitnami/kubectl:1.21.8 " ,
482
+ Image : "bitnami/kubectl:1.29.3 " ,
483
483
Command : []string {"/bin/sh" , "-c" },
484
484
Args : []string {gatlingWaiterCommand },
485
485
Resources : r .getPodResources (gatling ),
@@ -531,8 +531,8 @@ func (r *GatlingReconciler) newGatlingRunnerJobForCR(gatling *gatlingv1alpha1.Ga
531
531
},
532
532
Spec : batchv1.JobSpec {
533
533
BackoffLimit : & noRestarts ,
534
- Parallelism : & gatling .Spec .TestScenarioSpec .Parallelism ,
535
- Completions : & gatling .Spec .TestScenarioSpec .Parallelism ,
534
+ Parallelism : & gatling .Spec .TestScenarioSpec .Parallelism ,
535
+ Completions : & gatling .Spec .TestScenarioSpec .Parallelism ,
536
536
Template : corev1.PodTemplateSpec {
537
537
ObjectMeta : metav1.ObjectMeta {
538
538
Name : r .getObjectMeta (gatling ).Name ,
@@ -546,7 +546,7 @@ func (r *GatlingReconciler) newGatlingRunnerJobForCR(gatling *gatlingv1alpha1.Ga
546
546
InitContainers : []corev1.Container {
547
547
{
548
548
Name : "gatling-waiter" ,
549
- Image : "bitnami/kubectl:1.21.8 " ,
549
+ Image : "bitnami/kubectl:1.29.3 " ,
550
550
Command : []string {"/bin/sh" , "-c" },
551
551
Args : []string {gatlingWaiterCommand },
552
552
Resources : r .getPodResources (gatling ),
0 commit comments