Skip to content

Commit

Permalink
Add Nightly chart to repo
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 10, 2024
1 parent 3c9de1e commit 5833419
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
21 changes: 21 additions & 0 deletions index.html
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>
16 changes: 15 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5833419

Please sign in to comment.