From e03d79bf54ec9bc7ff1c2960ce26275887526b02 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Thu, 2 Mar 2023 12:02:24 +0300 Subject: [PATCH] Recent Moon 1.x browser images --- moon/values.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/moon/values.yaml b/moon/values.yaml index 332c1d8..c9d9b71 100644 --- a/moon/values.yaml +++ b/moon/values.yaml @@ -472,8 +472,12 @@ moon: port: "4444" path: "/" MicrosoftEdge: - default: "109.0" + default: "110.0" versions: + "110.0": + image: quay.io/browsers/edge:110.0 + port: "4444" + path: "/" "109.0": image: quay.io/browsers/edge:109.0 port: "4444" @@ -563,8 +567,12 @@ moon: port: "4444" path: "/" firefox: - default: "109.0" + default: "110.0" versions: + "110.0": + image: quay.io/browsers/firefox:110.0 + port: "4444" + path: "/wd/hub" "109.0": image: quay.io/browsers/firefox:109.0 port: "4444" @@ -994,8 +1002,11 @@ moon: port: "4444" path: "/wd/hub" chrome: - default: "109.0" + default: "110.0" versions: + "110.0": + image: quay.io/browsers/chrome:110.0 + port: "4444" "109.0": image: quay.io/browsers/chrome:109.0 port: "4444"