Merge pull request #37701 from aledbf/update-selenium-example

Automatic merge from submit-queue

Update selenium docker images

**What this PR does / why we need it**:

Updates selenium docker images (2.47 was released a year ago)

**Which issue this PR fixes**
-

**Special notes for your reviewer**:
-

**Release note**:
`NONE`
This commit is contained in:
Kubernetes Submit Queue 2016-12-08 04:37:12 -08:00 committed by GitHub
commit 1978840b09
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: selenium-hub - name: selenium-hub
image: selenium/hub:2.47.1 image: selenium/hub:2.53.0
ports: ports:
- containerPort: 4444 - containerPort: 4444
resources: resources:

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: selenium-node-chrome - name: selenium-node-chrome
image: selenium/node-chrome-debug:2.47.1 image: selenium/node-chrome-debug:2.53.0
ports: ports:
- containerPort: 5900 - containerPort: 5900
env: env:

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: selenium-node-firefox - name: selenium-node-firefox
image: selenium/node-firefox-debug:2.47.1 image: selenium/node-firefox-debug:2.53.0
ports: ports:
- containerPort: 5900 - containerPort: 5900
env: env: