Skip to content

Commit

Permalink
Update k8s-deployment-full-grid.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Oct 29, 2020
1 parent 21f13c0 commit 4716377
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions k8s-deployment-full-grid.yaml
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: selenium-router
image: selenium/router:4.0.0-alpha-7-prerelease-20200907
image: selenium/router:4.0.0-alpha-7-prerelease-20201009
env:
- name: SE_DISTRIBUTOR_HOST
value: "selenium-distributor"
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
spec:
containers:
- name: selenium-event-bus
image: selenium/event-bus:4.0.0-alpha-7-prerelease-20200907
image: selenium/event-bus:4.0.0-alpha-7-prerelease-20201009
ports:
- containerPort: 4442
protocol: TCP
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
spec:
containers:
- name: selenium-sessions
image: selenium/sessions:4.0.0-alpha-7-prerelease-20200907
image: selenium/sessions:4.0.0-alpha-7-prerelease-20201009
env:
- name: SE_EVENT_BUS_HOST
value: "selenium-event-bus"
Expand Down Expand Up @@ -210,7 +210,7 @@ spec:
spec:
containers:
- name: selenium-distributor
image: selenium/distributor:4.0.0-alpha-7-prerelease-20200907
image: selenium/distributor:4.0.0-alpha-7-prerelease-20201009
env:
- name: SE_EVENT_BUS_HOST
value: "selenium-event-bus"
Expand Down Expand Up @@ -268,7 +268,7 @@ spec:
spec:
containers:
- name: selenium-chrome-node
image: selenium/node-chrome:4.0.0-alpha-7-prerelease-20200907
image: selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
env:
- name: SE_EVENT_BUS_HOST
value: "selenium-event-bus"
Expand Down Expand Up @@ -335,7 +335,7 @@ spec:
spec:
containers:
- name: selenium-ff-node
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-202009217
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
env:
- name: SE_EVENT_BUS_HOST
value: "selenium-event-bus"
Expand Down

0 comments on commit 4716377

Please sign in to comment.