Skip to content

Commit

Permalink
Merge pull request #133 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated Moon to 1.8.3
  • Loading branch information
aandryashin authored Mar 30, 2021
2 parents ac40f3b + cbb8b7b commit cdba430
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 19 deletions.
35 changes: 29 additions & 6 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
serviceAccountName: moon
containers:
- name: moon
image: aerokube/moon:1.8.2
image: aerokube/moon:1.8.3
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-disable-cpu-limits", "-disable-memory-limits", "-service-account-name", "moon"]
ports:
- containerPort: 4444
Expand All @@ -143,7 +143,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.8.2
image: aerokube/moon-api:1.8.3
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
ports:
- containerPort: 8888
Expand Down Expand Up @@ -674,8 +674,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "90.0",
"default": "91.0",
"versions": {
"91.0": {
"image": "browsers/edge:91.0",
"port": "4444",
"path": "/"
},
"90.0": {
"image": "browsers/edge:90.0",
"port": "4444",
Expand All @@ -694,8 +699,18 @@ data:
}
},
"firefox": {
"default": "85.0",
"default": "87.0",
"versions": {
"87.0": {
"image": "selenoid/vnc_firefox:87.0",
"port": "4444",
"path": "/wd/hub"
},
"86.0": {
"image": "selenoid/vnc_firefox:86.0",
"port": "4444",
"path": "/wd/hub"
},
"85.0": {
"image": "selenoid/vnc_firefox:85.0",
"port": "4444",
Expand Down Expand Up @@ -1114,8 +1129,12 @@ data:
}
},
"chrome": {
"default": "88.0",
"default": "89.0",
"versions": {
"89.0": {
"image": "selenoid/vnc_chrome:89.0",
"port": "4444"
},
"88.0": {
"image": "selenoid/vnc_chrome:88.0",
"port": "4444"
Expand Down Expand Up @@ -1279,8 +1298,12 @@ data:
}
},
"opera": {
"default": "74.0",
"default": "75.0",
"versions": {
"75.0": {
"image": "selenoid/vnc_opera:75.0",
"port": "4444"
},
"74.0": {
"image": "selenoid/vnc_opera:74.0",
"port": "4444"
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.8.2
image: aerokube/moon-monitor:1.8.3
args:
- -namespace # -namespace flag specifies namespace where Moon is running
- moon
Expand Down
35 changes: 29 additions & 6 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -708,13 +708,18 @@ objects:
}
},
"MicrosoftEdge": {
"default": "90.0",
"default": "91.0",
"versions": {
"90.0": {
"image": "browsers/edge:90.0",
"port": "4444",
"path": "/"
},
"91.0": {
"image": "browsers/edge:91.0",
"port": "4444",
"path": "/"
},
"89.0": {
"image": "browsers/edge:89.0",
"port": "4444",
Expand All @@ -728,8 +733,18 @@ objects:
}
},
"firefox": {
"default": "85.0",
"default": "87.0",
"versions": {
"87.0": {
"image": "selenoid/vnc_firefox:87.0",
"port": "4444",
"path": "/wd/hub"
},
"86.0": {
"image": "selenoid/vnc_firefox:86.0",
"port": "4444",
"path": "/wd/hub"
},
"85.0": {
"image": "selenoid/vnc_firefox:85.0",
"port": "4444",
Expand Down Expand Up @@ -1148,8 +1163,12 @@ objects:
}
},
"chrome": {
"default": "88.0",
"default": "89.0",
"versions": {
"89.0": {
"image": "selenoid/vnc_chrome:89.0",
"port": "4444"
},
"88.0": {
"image": "selenoid/vnc_chrome:88.0",
"port": "4444"
Expand Down Expand Up @@ -1313,8 +1332,12 @@ objects:
}
},
"opera": {
"default": "74.0",
"default": "75.0",
"versions": {
"75.0": {
"image": "selenoid/vnc_opera:75.0",
"port": "4444"
},
"74.0": {
"image": "selenoid/vnc_opera:74.0",
"port": "4444"
Expand Down Expand Up @@ -1509,13 +1532,13 @@ parameters:
- name: MOON_IMAGE
displayName: Moon docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon:1.8.2
value: quay.io/aerokube/moon:1.8.3
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.8.2
value: quay.io/aerokube/moon-api:1.8.3
required: true

- name: MOON_UI_IMAGE
Expand Down
35 changes: 29 additions & 6 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: moon
image: aerokube/moon:1.8.2
image: aerokube/moon:1.8.3
args: ["-namespace", "moon", "-license-file", "/license/license.key"]
resources:
limits:
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.8.2
image: aerokube/moon-api:1.8.3
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
resources:
limits:
Expand Down Expand Up @@ -688,8 +688,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "90.0",
"default": "91.0",
"versions": {
"91.0": {
"image": "browsers/edge:91.0",
"port": "4444",
"path": "/"
},
"90.0": {
"image": "browsers/edge:90.0",
"port": "4444",
Expand All @@ -708,8 +713,18 @@ data:
}
},
"firefox": {
"default": "85.0",
"default": "87.0",
"versions": {
"87.0": {
"image": "selenoid/vnc_firefox:87.0",
"port": "4444",
"path": "/wd/hub"
},
"86.0": {
"image": "selenoid/vnc_firefox:86.0",
"port": "4444",
"path": "/wd/hub"
},
"85.0": {
"image": "selenoid/vnc_firefox:85.0",
"port": "4444",
Expand Down Expand Up @@ -1128,8 +1143,12 @@ data:
}
},
"chrome": {
"default": "88.0",
"default": "89.0",
"versions": {
"89.0": {
"image": "selenoid/vnc_chrome:89.0",
"port": "4444"
},
"88.0": {
"image": "selenoid/vnc_chrome:88.0",
"port": "4444"
Expand Down Expand Up @@ -1293,8 +1312,12 @@ data:
}
},
"opera": {
"default": "74.0",
"default": "75.0",
"versions": {
"75.0": {
"image": "selenoid/vnc_opera:75.0",
"port": "4444"
},
"74.0": {
"image": "selenoid/vnc_opera:74.0",
"port": "4444"
Expand Down

0 comments on commit cdba430

Please sign in to comment.