Skip to content

Commit

Permalink
Merge pull request #153 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.9
  • Loading branch information
vania-pooh authored May 25, 2023
2 parents 39cf64c + 0120194 commit 3fb55ff
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moon Deployment Configuration

This repository contains Moon 1.x deployment manifests only. If you need Moon 2.x - use our [charts](https://github.com/aerokube/charts).
This repository contains Moon 1.x deployment manifests only. If you need Moon 2.x (recommended in most cases) - use our [charts](https://github.com/aerokube/charts).

## One Command Deployment

Expand Down
138 changes: 132 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.7
image: aerokube/moon:1.9.9
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.7
image: aerokube/moon-api:1.9.9
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
ports:
- containerPort: 8888
Expand Down Expand Up @@ -668,8 +668,43 @@ data:
}
},
"MicrosoftEdge": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/edge:113.0",
"port": "4444",
"path": "/"
},
"112.0": {
"image": "quay.io/browsers/edge:112.0",
"port": "4444",
"path": "/"
},
"111.0": {
"image": "quay.io/browsers/edge:111.0",
"port": "4444",
"path": "/"
},
"110.0": {
"image": "quay.io/browsers/edge:110.0",
"port": "4444",
"path": "/"
},
"109.0": {
"image": "quay.io/browsers/edge:109.0",
"port": "4444",
"path": "/"
},
"108.0": {
"image": "quay.io/browsers/edge:108.0",
"port": "4444",
"path": "/"
},
"107.0": {
"image": "quay.io/browsers/edge:107.0",
"port": "4444",
"path": "/"
},
"106.0": {
"image": "quay.io/browsers/edge:106.0",
"port": "4444",
Expand Down Expand Up @@ -768,8 +803,43 @@ data:
}
},
"firefox": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/firefox:113.0",
"port": "4444",
"path": "/wd/hub"
},
"112.0": {
"image": "quay.io/browsers/firefox:112.0",
"port": "4444",
"path": "/wd/hub"
},
"111.0": {
"image": "quay.io/browsers/firefox:111.0",
"port": "4444",
"path": "/wd/hub"
},
"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",
"path": "/wd/hub"
},
"108.0": {
"image": "quay.io/browsers/firefox:108.0",
"port": "4444",
"path": "/wd/hub"
},
"107.0": {
"image": "quay.io/browsers/firefox:107.0",
"port": "4444",
"path": "/wd/hub"
},
"106.0": {
"image": "quay.io/browsers/firefox:106.0",
"port": "4444",
Expand Down Expand Up @@ -1293,8 +1363,36 @@ data:
}
},
"chrome": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/chrome:113.0",
"port": "4444"
},
"112.0": {
"image": "quay.io/browsers/chrome:112.0",
"port": "4444"
},
"111.0": {
"image": "quay.io/browsers/chrome:111.0",
"port": "4444"
},
"110.0": {
"image": "quay.io/browsers/chrome:110.0",
"port": "4444"
},
"109.0": {
"image": "quay.io/browsers/chrome:109.0",
"port": "4444"
},
"108.0": {
"image": "quay.io/browsers/chrome:108.0",
"port": "4444"
},
"107.0": {
"image": "quay.io/browsers/chrome:107.0",
"port": "4444"
},
"106.0": {
"image": "quay.io/browsers/chrome:106.0",
"port": "4444"
Expand Down Expand Up @@ -1530,8 +1628,36 @@ data:
}
},
"opera": {
"default": "91.0",
"default": "98.0",
"versions": {
"98.0": {
"image": "quay.io/browsers/opera:98.0",
"port": "4444"
},
"97.0": {
"image": "quay.io/browsers/opera:97.0",
"port": "4444"
},
"96.0": {
"image": "quay.io/browsers/opera:96.0",
"port": "4444"
},
"95.0": {
"image": "quay.io/browsers/opera:95.0",
"port": "4444"
},
"94.0": {
"image": "quay.io/browsers/opera:94.0",
"port": "4444"
},
"93.0": {
"image": "quay.io/browsers/opera:93.0",
"port": "4444"
},
"92.0": {
"image": "quay.io/browsers/opera:92.0",
"port": "4444"
},
"91.0": {
"image": "quay.io/browsers/opera:91.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.7
image: aerokube/moon-monitor:1.9.9
args:
- -namespace # -namespace flag specifies namespace where Moon is running
- moon
Expand Down
139 changes: 132 additions & 7 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,43 @@ objects:
}
},
"MicrosoftEdge": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/edge:113.0",
"port": "4444",
"path": "/"
},
"112.0": {
"image": "quay.io/browsers/edge:112.0",
"port": "4444",
"path": "/"
},
"111.0": {
"image": "quay.io/browsers/edge:111.0",
"port": "4444",
"path": "/"
},
"110.0": {
"image": "quay.io/browsers/edge:110.0",
"port": "4444",
"path": "/"
},
"109.0": {
"image": "quay.io/browsers/edge:109.0",
"port": "4444",
"path": "/"
},
"108.0": {
"image": "quay.io/browsers/edge:108.0",
"port": "4444",
"path": "/"
},
"107.0": {
"image": "quay.io/browsers/edge:107.0",
"port": "4444",
"path": "/"
},
"106.0": {
"image": "quay.io/browsers/edge:106.0",
"port": "4444",
Expand Down Expand Up @@ -842,8 +877,43 @@ objects:
}
},
"firefox": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/firefox:113.0",
"port": "4444",
"path": "/wd/hub"
},
"112.0": {
"image": "quay.io/browsers/firefox:112.0",
"port": "4444",
"path": "/wd/hub"
},
"111.0": {
"image": "quay.io/browsers/firefox:111.0",
"port": "4444",
"path": "/wd/hub"
},
"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",
"path": "/wd/hub"
},
"108.0": {
"image": "quay.io/browsers/firefox:108.0",
"port": "4444",
"path": "/wd/hub"
},
"107.0": {
"image": "quay.io/browsers/firefox:107.0",
"port": "4444",
"path": "/wd/hub"
},
"106.0": {
"image": "quay.io/browsers/firefox:106.0",
"port": "4444",
Expand Down Expand Up @@ -1367,8 +1437,36 @@ objects:
}
},
"chrome": {
"default": "106.0",
"default": "113.0",
"versions": {
"113.0": {
"image": "quay.io/browsers/chrome:113.0",
"port": "4444"
},
"112.0": {
"image": "quay.io/browsers/chrome:112.0",
"port": "4444"
},
"111.0": {
"image": "quay.io/browsers/chrome:111.0",
"port": "4444"
},
"110.0": {
"image": "quay.io/browsers/chrome:110.0",
"port": "4444"
},
"109.0": {
"image": "quay.io/browsers/chrome:109.0",
"port": "4444"
},
"108.0": {
"image": "quay.io/browsers/chrome:108.0",
"port": "4444"
},
"107.0": {
"image": "quay.io/browsers/chrome:107.0",
"port": "4444"
},
"106.0": {
"image": "quay.io/browsers/chrome:106.0",
"port": "4444"
Expand Down Expand Up @@ -1604,8 +1702,36 @@ objects:
}
},
"opera": {
"default": "91.0",
"default": "98.0",
"versions": {
"98.0": {
"image": "quay.io/browsers/opera:98.0",
"port": "4444"
},
"97.0": {
"image": "quay.io/browsers/opera:97.0",
"port": "4444"
},
"96.0": {
"image": "quay.io/browsers/opera:96.0",
"port": "4444"
},
"95.0": {
"image": "quay.io/browsers/opera:95.0",
"port": "4444"
},
"94.0": {
"image": "quay.io/browsers/opera:94.0",
"port": "4444"
},
"93.0": {
"image": "quay.io/browsers/opera:93.0",
"port": "4444"
},
"92.0": {
"image": "quay.io/browsers/opera:92.0",
"port": "4444"
},
"91.0": {
"image": "quay.io/browsers/opera:91.0",
"port": "4444"
Expand Down Expand Up @@ -1842,7 +1968,6 @@ objects:
}
}
}
- kind: Secret
apiVersion: v1
metadata:
Expand All @@ -1868,13 +1993,13 @@ parameters:
- name: MOON_IMAGE
displayName: Moon docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon:1.9.7
value: quay.io/aerokube/moon:1.9.9
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.7
value: quay.io/aerokube/moon-api:1.9.9
required: true

- name: MOON_UI_IMAGE
Expand Down
Loading

0 comments on commit 3fb55ff

Please sign in to comment.