From 3c52024b600faca0f74914fed808a9c6790518f5 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sun, 26 May 2024 08:58:44 +0300 Subject: [PATCH] Recent browser images for Moon 1.x --- moon/values.yaml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/moon/values.yaml b/moon/values.yaml index 006beb1..0180ddd 100644 --- a/moon/values.yaml +++ b/moon/values.yaml @@ -472,8 +472,12 @@ moon: port: "4444" path: "/" MicrosoftEdge: - default: "123.0" + default: "124.0" versions: + "124.0": + image: quay.io/browsers/edge:124.0 + port: "4444" + path: "/" "123.0": image: quay.io/browsers/edge:123.0 port: "4444" @@ -603,8 +607,16 @@ moon: port: "4444" path: "/" firefox: - default: "123.0" + default: "125.0" versions: + "125.0": + image: quay.io/browsers/firefox:125.0 + port: "4444" + path: "/wd/hub" + "124.0": + image: quay.io/browsers/firefox:124.0 + port: "4444" + path: "/wd/hub" "123.0": image: quay.io/browsers/firefox:123.0 port: "4444" @@ -1090,8 +1102,14 @@ moon: port: "4444" path: "/wd/hub" chrome: - default: "123.0" + default: "125.0" versions: + "125.0": + image: quay.io/browsers/chrome:125.0 + port: "4444" + "124.0": + image: quay.io/browsers/chrome:124.0 + port: "4444" "123.0": image: quay.io/browsers/chrome:123.0 port: "4444"