Bump image versions in selenium example
This commit is contained in:
parent
e2a461bb78
commit
860cf5c28b
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: selenium-hub
|
||||
image: selenium/hub:3.11
|
||||
image: selenium/hub:3.141
|
||||
ports:
|
||||
- containerPort: 4444
|
||||
resources:
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: selenium-node-chrome
|
||||
image: selenium/node-chrome-debug:3.11
|
||||
image: selenium/node-chrome-debug:3.141
|
||||
ports:
|
||||
- containerPort: 5900
|
||||
env:
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
medium: Memory
|
||||
containers:
|
||||
- name: selenium-node-firefox
|
||||
image: selenium/node-firefox-debug:3.11
|
||||
image: selenium/node-firefox-debug:3.141
|
||||
ports:
|
||||
- containerPort: 5900
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in New Issue