Skip to content

Commit

Permalink
Merge pull request #193 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 2.4.5 release
  • Loading branch information
vania-pooh authored Mar 2, 2023
2 parents 613ad73 + 6aef521 commit 72c2438
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: moon
version: 1.1.27
appVersion: 1.9.7
version: 1.1.28
appVersion: 1.9.8
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: "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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: moon2
version: 2.0.0
appVersion: 2.4.4
appVersion: 2.4.5
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
8 changes: 4 additions & 4 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,16 +406,16 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 109.0.1518.70-3
default: 110.0.1587.57-3
chrome:
repository: quay.io/browser/google-chrome-stable
default: 109.0.5414.119-3
default: 110.0.5481.177-3
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 109.0.1-3
default: 110.0.1-3
opera:
repository: quay.io/browser/opera-stable
default: 94.0.4606.76-4
default: 96.0.4693.20-4
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down

0 comments on commit 72c2438

Please sign in to comment.