Skip to content

Commit

Permalink
Merge pull request #190 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 2.4.4
  • Loading branch information
vania-pooh authored Feb 1, 2023
2 parents 8752395 + 0ec247b commit c8229b4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 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
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.3
appVersion: 2.4.4
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 @@ -401,16 +401,16 @@ browsers:
selenium:
MicrosoftEdge:
repository: quay.io/browser/microsoft-edge-stable
default: 108.0.1462.76-3
default: 109.0.1518.70-3
chrome:
repository: quay.io/browser/google-chrome-stable
default: 109.0.5414.74-3
default: 109.0.5414.119-3
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 109.0.0-3
default: 109.0.1-3
opera:
repository: quay.io/browser/opera-stable
default: 94.0.4606.54-4
default: 94.0.4606.76-4
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down

0 comments on commit c8229b4

Please sign in to comment.