Skip to content

Commit

Permalink
Added Moon 1.x latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Aug 8, 2022
1 parent 331345c commit 7b1631f
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
100 changes: 96 additions & 4 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7b1631f

Please sign in to comment.