You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/selenium-grid/CONFIGURATION.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
34
34
| global.seleniumGrid.imageTag | string |`"4.35.0-20250828"`| Image tag for all selenium components |
35
35
| global.seleniumGrid.nodesImageTag | string |`"4.35.0-20250828"`| Image tag for browser's nodes |
36
36
| global.seleniumGrid.videoImageTag | string |`"ffmpeg-8.0-20250828"`| Image tag for browser's video recorder |
37
-
| global.seleniumGrid.kubectlImage | string |`"bitnami/kubectl:latest"`| kubectl image is used to execute kubectl commands in utility jobs |
37
+
| global.seleniumGrid.kubectlImage | string |`"selenium/tools:latest"`| kubectl image is used to execute kubectl commands in utility jobs |
38
38
| global.seleniumGrid.imagePullSecret | string |`""`| Pull secret for all components, can be overridden individually |
39
39
| global.seleniumGrid.logLevel | string |`"INFO"`| Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging|
40
40
| global.seleniumGrid.defaultNodeStartupProbe | string |`"exec"`| Set default startup probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
@@ -402,7 +402,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
402
402
| autoscaling.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"1"}`| Annotations for KEDA resources: ScaledObject and ScaledJob |
403
403
| autoscaling.patchObjectFinalizers.nameOverride | string |`nil`| Override the name of the patch job |
404
404
| autoscaling.patchObjectFinalizers.enabled | bool |`true`| Enable patching finalizers for KEDA scaled resources. Workaround for Hook post-upgrade selenium-grid/templates/x-node-hpa.yaml failed: object is being deleted: scaledobjects.keda.sh "x" already exists |
405
-
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`300`| Deadline (in seconds) for patch job to complete |
405
+
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`600`| Deadline (in seconds) for patch job to complete |
406
406
| autoscaling.patchObjectFinalizers.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback,pre-delete","helm.sh/hook-delete-policy":"hook-succeeded,before-hook-creation"}`| Annotations for patch job |
407
407
| autoscaling.patchObjectFinalizers.deleteObjectsScript | string |`""`| Define your custom script to replace the default script |
408
408
| autoscaling.patchObjectFinalizers.patchFinalizersScript | string |`""`| Define your custom script to replace the default script |
Copy file name to clipboardExpand all lines: charts/selenium-grid/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ global:
13
13
# -- Image tag for browser's video recorder
14
14
videoImageTag: ffmpeg-8.0-20250828
15
15
# -- kubectl image is used to execute kubectl commands in utility jobs
16
-
kubectlImage: bitnami/kubectl:latest
16
+
kubectlImage: selenium/tools:latest
17
17
# -- Pull secret for all components, can be overridden individually
18
18
imagePullSecret: ""
19
19
# -- Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging
@@ -1055,7 +1055,7 @@ autoscaling:
1055
1055
# -- Enable patching finalizers for KEDA scaled resources. Workaround for Hook post-upgrade selenium-grid/templates/x-node-hpa.yaml failed: object is being deleted: scaledobjects.keda.sh "x" already exists
1056
1056
enabled: true
1057
1057
# -- Deadline (in seconds) for patch job to complete
0 commit comments