Skip to content

Commit

Permalink
Merge pull request #142 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.1
  • Loading branch information
vania-pooh authored Aug 1, 2021
2 parents f75f8d0 + 4e7e752 commit 829255d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
serviceAccountName: moon
containers:
- name: moon
image: aerokube/moon:1.9.0
image: aerokube/moon:1.9.1
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-disable-cpu-limits", "-disable-memory-limits", "-service-account-name", "moon"]
ports:
- containerPort: 4444
Expand All @@ -127,7 +127,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.9.0
image: aerokube/moon-api:1.9.1
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
ports:
- containerPort: 8888
Expand Down
2 changes: 1 addition & 1 deletion moon-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
serviceAccountName: moon-monitor
containers:
- name: moon-monitor
image: aerokube/moon-monitor:1.9.0
image: aerokube/moon-monitor:1.9.1
args:
- -namespace # -namespace flag specifies namespace where Moon is running
- moon
Expand Down
4 changes: 2 additions & 2 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1597,13 +1597,13 @@ parameters:
- name: MOON_IMAGE
displayName: Moon docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon:1.9.0
value: quay.io/aerokube/moon:1.9.1
required: true

- name: MOON_API_IMAGE
displayName: Moon-API docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon-api:1.9.0
value: quay.io/aerokube/moon-api:1.9.1
required: true

- name: MOON_UI_IMAGE
Expand Down
17 changes: 13 additions & 4 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
spec:
containers:
- name: moon
image: aerokube/moon:1.9.0
image: aerokube/moon:1.9.1
args: ["-namespace", "moon", "-license-file", "/license/license.key"]
resources:
limits:
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.9.0
image: aerokube/moon-api:1.9.1
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
resources:
limits:
Expand Down Expand Up @@ -753,8 +753,13 @@ data:
}
},
"firefox": {
"default": "89.0",
"default": "90.0",
"versions": {
"90.0": {
"image": "quay.io/browsers/firefox:90.0",
"port": "4444",
"path": "/wd/hub"
},
"89.0": {
"image": "quay.io/browsers/firefox:89.0",
"port": "4444",
Expand Down Expand Up @@ -1193,8 +1198,12 @@ data:
}
},
"chrome": {
"default": "91.0",
"default": "92.0",
"versions": {
"92.0": {
"image": "quay.io/browsers/chrome:92.0",
"port": "4444"
},
"91.0": {
"image": "quay.io/browsers/chrome:91.0",
"port": "4444"
Expand Down

0 comments on commit 829255d

Please sign in to comment.