From ad1be336cc40e35d0654bd9aa5b593dcac6c08fc Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sat, 30 Nov 2019 17:57:38 +0300 Subject: [PATCH] Bump Moon to 1.3.9 and Selenoid UI to 1.9.1 --- moon.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/moon.yaml b/moon.yaml index 0f10fc4..2fbfef9 100644 --- a/moon.yaml +++ b/moon.yaml @@ -85,7 +85,7 @@ spec: spec: containers: - name: moon - image: aerokube/moon:1.3.8 + image: aerokube/moon:1.3.9 args: ["-namespace", "moon", "-license-file", "/license/license.key"] resources: limits: @@ -110,7 +110,7 @@ spec: mountPath: /license readOnly: true - name: moon-api - image: aerokube/moon-api:1.3.8 + image: aerokube/moon-api:1.3.9 args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"] resources: limits: @@ -126,7 +126,7 @@ spec: mountPath: /license readOnly: true - name: selenoid-ui - image: aerokube/selenoid-ui:1.9.0 + image: aerokube/selenoid-ui:1.9.1 args: ["-status-uri", "http://localhost:8888", "-webdriver-uri", "http://localhost:4444"] resources: limits: