From 860cf5c28b9f9a9be6859a1c631ff223745b4a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Reegn?= Date: Tue, 30 Oct 2018 17:35:04 +0100 Subject: [PATCH] Bump image versions in selenium example --- staging/selenium/selenium-hub-deployment.yaml | 2 +- staging/selenium/selenium-node-chrome-deployment.yaml | 2 +- staging/selenium/selenium-node-firefox-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/staging/selenium/selenium-hub-deployment.yaml b/staging/selenium/selenium-hub-deployment.yaml index 2ebb79b0b..7638889eb 100644 --- a/staging/selenium/selenium-hub-deployment.yaml +++ b/staging/selenium/selenium-hub-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: selenium-hub - image: selenium/hub:3.11 + image: selenium/hub:3.141 ports: - containerPort: 4444 resources: diff --git a/staging/selenium/selenium-node-chrome-deployment.yaml b/staging/selenium/selenium-node-chrome-deployment.yaml index 7c87823b7..27f136b7d 100644 --- a/staging/selenium/selenium-node-chrome-deployment.yaml +++ b/staging/selenium/selenium-node-chrome-deployment.yaml @@ -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: diff --git a/staging/selenium/selenium-node-firefox-deployment.yaml b/staging/selenium/selenium-node-firefox-deployment.yaml index c82a0b9a5..a6e16b211 100644 --- a/staging/selenium/selenium-node-firefox-deployment.yaml +++ b/staging/selenium/selenium-node-firefox-deployment.yaml @@ -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: