-
-
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
1 changed file
with
16 additions
and
7 deletions.
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 |
---|---|---|
@@ -1,21 +1,30 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>Selenium Grid Helm Chart Repository</title> | ||
<title>Docker Selenium Grid 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> | ||
<h1>Welcome to Docker Selenium Grid Repository</h1> | ||
<br> | ||
<h2>Use Helm CLI to add this repository</h2> | ||
<h2>Selenium Grid images on <a href="https://hub.docker.com/u/selenium" target="_blank">Docker Hub</a></h2> | ||
<h3>Get started <a href="https://github.com/SeleniumHQ/docker-selenium/blob/trunk/README.md" target="_blank">README</a></h3> | ||
<br> | ||
<h2>Deploy Selenium Grid images to Kubernetes</h2> | ||
<h3>Use Helm CLI to add this repository</h3> | ||
<code>helm repo add docker-selenium https://www.selenium.dev/docker-selenium</code> | ||
<br> | ||
<h2>Search for chart versions</h2> | ||
<h3>Search for chart versions</h3> | ||
<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> | ||
<h3>Search for chart Nightly version</h3> | ||
<code>helm search repo docker-selenium --devel</code> | ||
<br> | ||
<h3>Get started deploy the chart <a href="https://github.com/SeleniumHQ/docker-selenium/tree/trunk/charts/selenium-grid" target="_blank">README</a></h3> | ||
<br> | ||
<h2>Report an <a href="https://github.com/SeleniumHQ/docker-selenium/issues/new/choose" target="_blank">issue</a></h2> | ||
<br> | ||
<p>Sources: <a href="https://github.com/SeleniumHQ/docker-selenium" target="_blank">SeleniumHQ/docker-selenium</a></p> | ||
</body> | ||
</html> |