@@ -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.19.1-20240402
10
+ imageTag : 4.20.0-20240425
11
11
# Image tag for browser's nodes
12
- nodesImageTag : 4.19.1-20240402
12
+ nodesImageTag : 4.20.0-20240425
13
13
# Image tag for browser's video recorder
14
- videoImageTag : ffmpeg-7.0-20240402
14
+ videoImageTag : ffmpeg-7.0-20240425
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
@@ -202,7 +202,7 @@ components:
202
202
# Router image name
203
203
imageName : router
204
204
# Router image tag (this overwrites global.seleniumGrid.imageTag parameter)
205
- # imageTag: 4.19.1-20240402
205
+ # imageTag: 4.20.0-20240425
206
206
207
207
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
208
208
imagePullPolicy : IfNotPresent
@@ -266,7 +266,7 @@ components:
266
266
# Distributor image name
267
267
imageName : distributor
268
268
# Distributor image tag (this overwrites global.seleniumGrid.imageTag parameter)
269
- # imageTag: 4.19.1-20240402
269
+ # imageTag: 4.20.0-20240425
270
270
271
271
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
272
272
imagePullPolicy : IfNotPresent
@@ -301,7 +301,7 @@ components:
301
301
# Event Bus image name
302
302
imageName : event-bus
303
303
# Event Bus image tag (this overwrites global.seleniumGrid.imageTag parameter)
304
- # imageTag: 4.19.1-20240402
304
+ # imageTag: 4.20.0-20240425
305
305
306
306
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
307
307
imagePullPolicy : IfNotPresent
@@ -340,7 +340,7 @@ components:
340
340
# Session Map image name
341
341
imageName : sessions
342
342
# Session Map image tag (this overwrites global.seleniumGrid.imageTag parameter)
343
- # imageTag: 4.19.1-20240402
343
+ # imageTag: 4.20.0-20240425
344
344
345
345
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
346
346
imagePullPolicy : IfNotPresent
@@ -371,7 +371,7 @@ components:
371
371
# Session Queue image name
372
372
imageName : session-queue
373
373
# Session Queue image tag (this overwrites global.seleniumGrid.imageTag parameter)
374
- # imageTag: 4.19.1-20240402
374
+ # imageTag: 4.20.0-20240425
375
375
376
376
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
377
377
imagePullPolicy : IfNotPresent
423
423
# Selenium Hub image name
424
424
imageName : hub
425
425
# Selenium Hub image tag (this overwrites global.seleniumGrid.imageTag parameter)
426
- # imageTag: 4.19.1-20240402
426
+ # imageTag: 4.20.0-20240425
427
427
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
428
428
imagePullPolicy : IfNotPresent
429
429
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -600,7 +600,7 @@ chromeNode:
600
600
# Image of chrome nodes
601
601
imageName : node-chrome
602
602
# Image of chrome nodes (this overwrites global.seleniumGrid.nodesImageTag)
603
- # imageTag: 4.19.1-20240402
603
+ # imageTag: 4.20.0-20240425
604
604
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
605
605
imagePullPolicy : IfNotPresent
606
606
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -761,7 +761,7 @@ firefoxNode:
761
761
# Image of firefox nodes
762
762
imageName : node-firefox
763
763
# Image of firefox nodes (this overwrites global.seleniumGrid.nodesImageTag)
764
- # imageTag: 4.19.1-20240402
764
+ # imageTag: 4.20.0-20240425
765
765
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
766
766
imagePullPolicy : IfNotPresent
767
767
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -920,7 +920,7 @@ edgeNode:
920
920
# Image of edge nodes
921
921
imageName : node-edge
922
922
# Image of edge nodes (this overwrites global.seleniumGrid.nodesImageTag)
923
- # imageTag: 4.19.1-20240402
923
+ # imageTag: 4.20.0-20240425
924
924
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
925
925
imagePullPolicy : IfNotPresent
926
926
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -1068,7 +1068,7 @@ videoRecorder:
1068
1068
# Image of video recorder
1069
1069
imageName : video
1070
1070
# Image of video recorder
1071
- # imageTag: ffmpeg-7.0-20240402
1071
+ # imageTag: ffmpeg-7.0-20240425
1072
1072
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
1073
1073
imagePullPolicy : IfNotPresent
1074
1074
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
0 commit comments