Skip to content

Commit

Permalink
add index
Browse files Browse the repository at this point in the history
  • Loading branch information
oshribr committed Oct 31, 2024
1 parent 3511ad2 commit 6c7a774
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Helm Charts Repository</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px auto; max-width: 1200px; padding: 0 20px; }
.chart { border: 1px solid #ddd; margin: 20px 0; padding: 20px; border-radius: 8px; }
.chart-header { display: flex; align-items: center; justify-content: space-between; }
.chart-icon { max-width: 100px; }
.version { background: #f5f5f5; padding: 15px; margin: 10px 0; border-radius: 5px; }
.download-btn {
display: inline-block;
padding: 10px 20px;
background: #0066cc;
color: white;
text-decoration: none;
border-radius: 5px;
margin-top: 10px;
}
.download-btn:hover { background: #0052a3; }
</style>
</head>
<body>
<h1>Helm Charts Repository</h1>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.4.2</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-30T13:25:13.518152589Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.4.2/redis-enterprise-operator-0.4.2.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.4.1</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-30T11:59:08.095307206Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.4.1/redis-enterprise-operator-0.4.1.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.4.0</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-30T11:34:00.424437663Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.4.0/redis-enterprise-operator-0.4.0.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.3.0</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-30T11:23:17.103595059Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.3.0/redis-enterprise-operator-0.3.0.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.2.0</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-30T11:06:58.882218461Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.2.0/redis-enterprise-operator-0.2.0.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<div class="chart">
<div class="chart-header">
<h2>redis-enterprise-operator</h2>
<img src="https://redis.com/wp-content/themes/wpx/assets/images/logo-redis.svg" class="chart-icon" alt="Chart icon">
</div>
<p>A Helm chart for Redis Enterprise Operator for Kubernetes</p>
<div class="version">
<h3>Version 0.1.0</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-10-27T17:12:14.8443147Z</p>
<a href="https://github.com/oshribr/helm-release/releases/download/redis-enterprise-operator-0.1.0/redis-enterprise-operator-0.1.0.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<footer>
<p>Generated on 2024-10-30 13:39:42</p>
</footer>
</body>
</html>

0 comments on commit 6c7a774

Please sign in to comment.