-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Viet Nguyen Duc <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>Selenium Grid Helm Chart Repository</title> | ||
<link rel="icon" type="image/x-icon" href="https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png"> | ||
</head> | ||
<body> | ||
<p> | ||
<h1>Welcome to Selenium Grid Helm Chart Repository</h1> | ||
<br> | ||
<h2>Use Helm CLI to add this repository</h2> | ||
<code>helm repo add docker-selenium https://www.selenium.dev/docker-selenium</code> | ||
<br> | ||
<h2>Search for chart versions</h2> | ||
<code>helm search repo docker-selenium --versions</code> | ||
</p> | ||
<br> | ||
<p>**Get started <a href="https://github.com/SeleniumHQ/docker-selenium/tree/trunk/charts/selenium-grid" >README</a></p> | ||
<p>**Sources: <a href="https://github.com/SeleniumHQ/docker-selenium">SeleniumHQ/docker-selenium</a></p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -747,4 +747,18 @@ entries: | |
urls: | ||
- https://github.com/SeleniumHQ/docker-selenium/releases/download/selenium-grid-0.3.0/selenium-grid-0.3.0.tgz | ||
version: 0.3.0 | ||
generated: "2023-12-22T15:55:13.953662047Z" | ||
- apiVersion: v2 | ||
appVersion: nightly | ||
description: A Helm chart for creating a Selenium Grid Server in Kubernetes | ||
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png | ||
maintainers: | ||
- email: [email protected] | ||
name: SeleniumHQ | ||
name: selenium-grid | ||
sources: | ||
- https://github.com/SeleniumHQ/docker-selenium | ||
type: application | ||
urls: | ||
- https://github.com/SeleniumHQ/docker-selenium/releases/download/nightly/selenium-grid-1.0.0-nightly.tgz | ||
version: 1.0.0-nightly | ||
generated: "2023-12-23T15:55:13.953662047Z" |