Skip to content

Commit

Permalink
Update Helm charts page
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 3, 2024
1 parent 07d1f28 commit cd8b4b3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

<!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.2.0</h3>
<p>App Version: 7.4.2-2</p>
<p>Created: 2024-11-03T09:28:32.891267882Z</p>
<a href="https://github.com/RedisLabs/redis-enterprise-helm/releases/download/redis-enterprise-operator-0.2.0/redis-enterprise-operator-0.2.0.tgz" class="download-btn">Download Chart</a>
</div>
</div>

<footer>
<p>Generated on 2024-11-03 09:28:47</p>
</footer>
</body>
</html>

0 comments on commit cd8b4b3

Please sign in to comment.