From c2672fc791dfebf19b674d38f9b314171da9c68f Mon Sep 17 00:00:00 2001 From: Danylo_Kuvshynov Date: Mon, 3 May 2021 00:35:47 +0300 Subject: [PATCH] Update selenosis version to v1.0.4 --- 03-selenosis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-selenosis.yaml b/03-selenosis.yaml index d5d0f35..7a8b1fe 100644 --- a/03-selenosis.yaml +++ b/03-selenosis.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - args: ["/selenosis", "--browsers-config", "./config/browsers.yaml", "--namespace", "selenosis", "--service-name", "seleniferous", "--browser-limit", "40", "--proxy-image", "alcounit/seleniferous:v1.0.1"] - image: alcounit/selenosis:v1.0.3 + image: alcounit/selenosis:v1.0.4 name: selenosis ports: - containerPort: 4444