Skip to content

Commit

Permalink
Update selenosis version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alcounit committed May 25, 2021
1 parent 95d2126 commit b1a9578
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 03-selenosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- args: ["/selenosis", "--browsers-config", "./config/browsers.yaml", "--namespace", "selenosis", "--service-name", "seleniferous", "--browser-limit", "10", "--proxy-image", "alcounit/seleniferous:v1.0.1"]
image: alcounit/selenosis:v1.0.4
image: alcounit/selenosis:v1.0.5
name: selenosis
resources:
limits:
Expand Down
5 changes: 4 additions & 1 deletion browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
},
"opera" : {
"defaultVersion": "75.0",
"defaultVersion": "76.0",
"path": "/",
"kernelCaps": ["SYS_ADMIN"],
"versions": {
Expand Down Expand Up @@ -119,6 +119,9 @@
},
"75.0": {
"image": "selenoid/vnc:opera_75.0"
},
"76.0": {
"image": "selenoid/vnc:opera_76.0"
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion browsers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ firefox:
'88.0':
image: selenoid/vnc:firefox_88.0
opera:
defaultVersion: "75.0"
defaultVersion: "76.0"
path: "/"
kernelCaps:
- SYS_ADMIN
Expand All @@ -86,6 +86,8 @@ opera:
image: selenoid/vnc:opera_74.0
'75.0':
image: selenoid/vnc:opera_75.0
'76.0':
image: selenoid/vnc:opera_76.0
MicrosoftEdge:
defaultVersion: "91.0"
path: "/"
Expand Down

0 comments on commit b1a9578

Please sign in to comment.