Skip to content

Commit

Permalink
Merge pull request kubernetes#284 from reegnz/upgrade_selenium_images
Browse files Browse the repository at this point in the history
Bump image versions in selenium example
  • Loading branch information
k8s-ci-robot authored Jan 31, 2019
2 parents 147586e + 860cf5c commit 87f1ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion staging/selenium/selenium-hub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: selenium-hub
image: selenium/hub:3.11
image: selenium/hub:3.141
ports:
- containerPort: 4444
resources:
Expand Down
2 changes: 1 addition & 1 deletion staging/selenium/selenium-node-chrome-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion staging/selenium/selenium-node-firefox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87f1ce1

Please sign in to comment.