Skip to content

Commit

Permalink
Merge pull request #146 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.4
  • Loading branch information
vania-pooh authored Dec 29, 2021
2 parents 4b5cc60 + 200726e commit fbdc6a1
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 19 deletions.
30 changes: 24 additions & 6 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.3
image: aerokube/moon:1.9.4
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.3
image: aerokube/moon-api:1.9.4
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
ports:
- containerPort: 8888
Expand Down Expand Up @@ -668,8 +668,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
"path": "/"
},
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
Expand Down Expand Up @@ -713,8 +718,13 @@ data:
}
},
"firefox": {
"default": "94.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
"path": "/wd/hub"
},
"94.0": {
"image": "quay.io/browsers/firefox:94.0",
"port": "4444",
Expand Down Expand Up @@ -1178,8 +1188,12 @@ data:
}
},
"chrome": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
},
"95.0": {
"image": "quay.io/browsers/chrome:95.0",
"port": "4444"
Expand Down Expand Up @@ -1371,8 +1385,12 @@ data:
}
},
"opera": {
"default": "81.0",
"default": "82.0",
"versions": {
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
},
"81.0": {
"image": "quay.io/browsers/opera:81.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.9.3
image: aerokube/moon-monitor:1.9.4
args:
- -namespace # -namespace flag specifies namespace where Moon is running
- moon
Expand Down
30 changes: 24 additions & 6 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,13 @@ objects:
}
},
"MicrosoftEdge": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
"path": "/"
},
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
Expand Down Expand Up @@ -787,8 +792,13 @@ objects:
}
},
"firefox": {
"default": "94.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
"path": "/wd/hub"
},
"94.0": {
"image": "quay.io/browsers/firefox:94.0",
"port": "4444",
Expand Down Expand Up @@ -1247,8 +1257,12 @@ objects:
}
},
"chrome": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
},
"95.0": {
"image": "quay.io/browsers/chrome:95.0",
"port": "4444"
Expand Down Expand Up @@ -1440,8 +1454,12 @@ objects:
}
},
"opera": {
"default": "81.0",
"default": "82.0",
"versions": {
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
},
"81.0": {
"image": "quay.io/browsers/opera:81.0",
"port": "4444"
Expand Down Expand Up @@ -1664,13 +1682,13 @@ parameters:
- name: MOON_IMAGE
displayName: Moon docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon:1.9.3
value: quay.io/aerokube/moon:1.9.4
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.3
value: quay.io/aerokube/moon-api:1.9.4
required: true

- name: MOON_UI_IMAGE
Expand Down
30 changes: 24 additions & 6 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.3
image: aerokube/moon:1.9.4
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.3
image: aerokube/moon-api:1.9.4
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
resources:
limits:
Expand Down Expand Up @@ -723,8 +723,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
"path": "/"
},
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
Expand Down Expand Up @@ -768,8 +773,13 @@ data:
}
},
"firefox": {
"default": "94.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
"path": "/wd/hub"
},
"94.0": {
"image": "quay.io/browsers/firefox:94.0",
"port": "4444",
Expand Down Expand Up @@ -1233,8 +1243,12 @@ data:
}
},
"chrome": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
},
"95.0": {
"image": "quay.io/browsers/chrome:95.0",
"port": "4444"
Expand Down Expand Up @@ -1426,8 +1440,12 @@ data:
}
},
"opera": {
"default": "81.0",
"default": "82.0",
"versions": {
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
},
"81.0": {
"image": "quay.io/browsers/opera:81.0",
"port": "4444"
Expand Down

0 comments on commit fbdc6a1

Please sign in to comment.