@@ -7,11 +7,11 @@ global:
7
7
# Image registry for all selenium components
8
8
imageRegistry : selenium
9
9
# Image tag for all selenium components
10
- imageTag : 4.20.0-20240425
10
+ imageTag : 4.20.0-20240505
11
11
# Image tag for browser's nodes
12
- nodesImageTag : 4.20.0-20240425
12
+ nodesImageTag : 4.20.0-20240505
13
13
# Image tag for browser's video recorder
14
- videoImageTag : ffmpeg-6.1.1-20240425
14
+ videoImageTag : ffmpeg-6.1.1-20240505
15
15
# kubectl image is used to execute kubectl commands in utility jobs
16
16
kubectlImage : bitnami/kubectl:latest
17
17
# Pull secret for all components, can be overridden individually
@@ -232,7 +232,7 @@ components:
232
232
# Router image name
233
233
imageName : router
234
234
# Router image tag (this overwrites global.seleniumGrid.imageTag parameter)
235
- # imageTag: 4.20.0-20240425
235
+ # imageTag: 4.20.0-20240505
236
236
237
237
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
238
238
imagePullPolicy : IfNotPresent
@@ -296,7 +296,7 @@ components:
296
296
# Distributor image name
297
297
imageName : distributor
298
298
# Distributor image tag (this overwrites global.seleniumGrid.imageTag parameter)
299
- # imageTag: 4.20.0-20240425
299
+ # imageTag: 4.20.0-20240505
300
300
301
301
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
302
302
imagePullPolicy : IfNotPresent
@@ -331,7 +331,7 @@ components:
331
331
# Event Bus image name
332
332
imageName : event-bus
333
333
# Event Bus image tag (this overwrites global.seleniumGrid.imageTag parameter)
334
- # imageTag: 4.20.0-20240425
334
+ # imageTag: 4.20.0-20240505
335
335
336
336
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
337
337
imagePullPolicy : IfNotPresent
@@ -370,7 +370,7 @@ components:
370
370
# Session Map image name
371
371
imageName : sessions
372
372
# Session Map image tag (this overwrites global.seleniumGrid.imageTag parameter)
373
- # imageTag: 4.20.0-20240425
373
+ # imageTag: 4.20.0-20240505
374
374
375
375
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
376
376
imagePullPolicy : IfNotPresent
@@ -401,7 +401,7 @@ components:
401
401
# Session Queue image name
402
402
imageName : session-queue
403
403
# Session Queue image tag (this overwrites global.seleniumGrid.imageTag parameter)
404
- # imageTag: 4.20.0-20240425
404
+ # imageTag: 4.20.0-20240505
405
405
406
406
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
407
407
imagePullPolicy : IfNotPresent
453
453
# Selenium Hub image name
454
454
imageName : hub
455
455
# Selenium Hub image tag (this overwrites global.seleniumGrid.imageTag parameter)
456
- # imageTag: 4.20.0-20240425
456
+ # imageTag: 4.20.0-20240505
457
457
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
458
458
imagePullPolicy : IfNotPresent
459
459
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -639,7 +639,7 @@ chromeNode:
639
639
# Image of chrome nodes
640
640
imageName : node-chrome
641
641
# Image of chrome nodes (this overwrites global.seleniumGrid.nodesImageTag)
642
- # imageTag: 4.20.0-20240425
642
+ # imageTag: 4.20.0-20240505
643
643
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
644
644
imagePullPolicy : IfNotPresent
645
645
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -800,7 +800,7 @@ firefoxNode:
800
800
# Image of firefox nodes
801
801
imageName : node-firefox
802
802
# Image of firefox nodes (this overwrites global.seleniumGrid.nodesImageTag)
803
- # imageTag: 4.20.0-20240425
803
+ # imageTag: 4.20.0-20240505
804
804
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
805
805
imagePullPolicy : IfNotPresent
806
806
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -959,7 +959,7 @@ edgeNode:
959
959
# Image of edge nodes
960
960
imageName : node-edge
961
961
# Image of edge nodes (this overwrites global.seleniumGrid.nodesImageTag)
962
- # imageTag: 4.20.0-20240425
962
+ # imageTag: 4.20.0-20240505
963
963
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
964
964
imagePullPolicy : IfNotPresent
965
965
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -1107,7 +1107,7 @@ videoRecorder:
1107
1107
# Image of video recorder
1108
1108
imageName : video
1109
1109
# Image of video recorder
1110
- # imageTag: ffmpeg-6.1.1-20240425
1110
+ # imageTag: ffmpeg-6.1.1-20240505
1111
1111
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
1112
1112
imagePullPolicy : IfNotPresent
1113
1113
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
0 commit comments