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: