Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Jan 15, 2024
1 parent 4aef249 commit a43c209
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions index.html
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>

0 comments on commit a43c209

Please sign in to comment.