Skip to content

Commit

Permalink
Recent browser versions for Moon 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Feb 1, 2023
1 parent dd2e275 commit 0ec247b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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.26
version: 1.1.27
appVersion: 1.9.7
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
17 changes: 14 additions & 3 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,12 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "108.0"
default: "109.0"
versions:
"109.0":
image: quay.io/browsers/edge:109.0
port: "4444"
path: "/"
"108.0":
image: quay.io/browsers/edge:108.0
port: "4444"
Expand Down Expand Up @@ -559,8 +563,12 @@ moon:
port: "4444"
path: "/"
firefox:
default: "108.0"
default: "109.0"
versions:
"109.0":
image: quay.io/browsers/firefox:109.0
port: "4444"
path: "/wd/hub"
"108.0":
image: quay.io/browsers/firefox:108.0
port: "4444"
Expand Down Expand Up @@ -986,8 +994,11 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "108.0"
default: "109.0"
versions:
"109.0":
image: quay.io/browsers/chrome:109.0
port: "4444"
"108.0":
image: quay.io/browsers/chrome:108.0
port: "4444"
Expand Down

0 comments on commit 0ec247b

Please sign in to comment.