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
+1-1Lines changed: 1 addition & 1 deletion
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-20250909"`| Image tag for all selenium components |
35
35
| global.seleniumGrid.nodesImageTag | string |`"4.35.0-20250909"`| Image tag for browser's nodes |
36
36
| global.seleniumGrid.videoImageTag | string |`"ffmpeg-8.0-20250909"`| Image tag for browser's video recorder |
37
-
| global.seleniumGrid.kubectlImage | string |`"selenium/tools:latest"`| kubectl image is used to execute kubectl commands in utility jobs |
37
+
| global.seleniumGrid.kubectlImage | string |`"registry.suse.com/suse/kubectl: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 |
0 commit comments