From 7b1631f16cc5f054ff00a1e1d80a02f1aa666384 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Mon, 8 Aug 2022 19:29:28 +0300 Subject: [PATCH] Added Moon 1.x latest images --- moon/Chart.yaml | 2 +- moon/values.yaml | 100 +++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 97 insertions(+), 5 deletions(-) diff --git a/moon/Chart.yaml b/moon/Chart.yaml index 3d7554b..0aa49dd 100644 --- a/moon/Chart.yaml +++ b/moon/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: moon -version: 1.1.22 +version: 1.1.23 appVersion: 1.9.6 description: Moon Helm chart icon: https://aerokube.com/img/aerokube_logo.svg diff --git a/moon/values.yaml b/moon/values.yaml index 764a68b..67331af 100644 --- a/moon/values.yaml +++ b/moon/values.yaml @@ -472,8 +472,36 @@ moon: port: "4444" path: "/" MicrosoftEdge: - default: "97.0" + default: "104.0" versions: + "104.0": + image: quay.io/browsers/edge:104.0 + port: "4444" + path: "/" + "103.0": + image: quay.io/browsers/edge:103.0 + port: "4444" + path: "/" + "102.0": + image: quay.io/browsers/edge:102.0 + port: "4444" + path: "/" + "101.0": + image: quay.io/browsers/edge:101.0 + port: "4444" + path: "/" + "100.0": + image: quay.io/browsers/edge:100.0 + port: "4444" + path: "/" + "99.0": + image: quay.io/browsers/edge:99.0 + port: "4444" + path: "/" + "98.0": + image: quay.io/browsers/edge:98.0 + port: "4444" + path: "/" "97.0": image: quay.io/browsers/edge:97.0 port: "4444" @@ -515,8 +543,36 @@ moon: port: "4444" path: "/" firefox: - default: "96.0" + default: "103.0" versions: + "103.0": + image: quay.io/browsers/firefox:103.0 + port: "4444" + path: "/wd/hub" + "102.0": + image: quay.io/browsers/firefox:102.0 + port: "4444" + path: "/wd/hub" + "101.0": + image: quay.io/browsers/firefox:101.0 + port: "4444" + path: "/wd/hub" + "100.0": + image: quay.io/browsers/firefox:100.0 + port: "4444" + path: "/wd/hub" + "99.0": + image: quay.io/browsers/firefox:99.0 + port: "4444" + path: "/wd/hub" + "98.0": + image: quay.io/browsers/firefox:98.0 + port: "4444" + path: "/wd/hub" + "97.0": + image: quay.io/browsers/firefox:97.0 + port: "4444" + path: "/wd/hub" "96.0": image: quay.io/browsers/firefox:96.0 port: "4444" @@ -894,8 +950,29 @@ moon: port: "4444" path: "/wd/hub" chrome: - default: "97.0" + default: "104.0" versions: + "104.0": + image: quay.io/browsers/chrome:104.0 + port: "4444" + "103.0": + image: quay.io/browsers/chrome:103.0 + port: "4444" + "102.0": + image: quay.io/browsers/chrome:102.0 + port: "4444" + "101.0": + image: quay.io/browsers/chrome:101.0 + port: "4444" + "100.0": + image: quay.io/browsers/chrome:100.0 + port: "4444" + "99.0": + image: quay.io/browsers/chrome:99.0 + port: "4444" + "98.0": + image: quay.io/browsers/chrome:98.0 + port: "4444" "97.0": image: quay.io/browsers/chrome:97.0 port: "4444" @@ -1044,8 +1121,23 @@ moon: image: quay.io/browsers/chrome:48.0 port: "4444" opera: - default: "83.0" + default: "88.0" versions: + "88.0": + image: quay.io/browsers/opera:88.0 + port: "4444" + "87.0": + image: quay.io/browsers/opera:87.0 + port: "4444" + "86.0": + image: quay.io/browsers/opera:86.0 + port: "4444" + "85.0": + image: quay.io/browsers/opera:85.0 + port: "4444" + "84.0": + image: quay.io/browsers/opera:84.0 + port: "4444" "83.0": image: quay.io/browsers/opera:83.0 port: "4444"