Skip to content

Commit

Permalink
deploy: a02ecec
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Dec 18, 2024
0 parents commit feeb02b
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>P2P Cosmos Helm Charts</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2 {
color: #0066cc;
}
code {
background-color: #f4f4f4;
padding: 2px 5px;
border-radius: 3px;
}
pre {
background-color: #f4f4f4;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
}
.chart {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
margin-bottom: 10px;
}
.logo {
display: block;
margin: 0 auto 20px; /* Added 20px bottom margin */
max-width: 400px;
height: auto;
}
.badges {
text-align: center;
margin-bottom: 20px;
}
.badges img {
margin: 0 5px;
}
</style>
</head>
<body>
<img src="images/logo.png" alt="P2P Logo" class="logo">
<div class="badges">
<a href="https://x.com/P2Pvalidator"><img src="https://badgen.net/badge/twitter/@P2Pvalidator/1DA1F2?icon&label" /></a>
<a href="https://github.com/p2p-org/cosmos-helm-charts"><img src="https://badgen.net/github/stars/p2p-org/cosmos-helm-charts?icon=github" /></a>
<a href="https://github.com/p2p-org/cosmos-helm-charts"><img src="https://badgen.net/github/forks/p2p-org/cosmos-helm-charts?icon=github" /></a>
</div>
<h1>P2P Cosmos Helm Charts</h1>
<p>This repository contains Helm charts for P2P Cosmos projects. These charts are used for deploying and managing various components of the Cosmos ecosystem.</p>

<h2>Usage</h2>
<p>To use these Helm charts, add this repository to your Helm installation:</p>
<pre><code>helm repo add p2p-cosmos https://p2p-org.github.io/cosmos-helm-charts/
helm repo update</code></pre>
<p>You can then install any of the available charts. For example:</p>
<pre><code>helm install my-release p2p-cosmos/chart-name</code></pre>

<h2>Available Charts</h2>
<div class="chart"><h3>namada-indexer</h3><p><strong>Version:</strong> 1.0.0</p><p><strong>Description:</strong> A Helm chart for deploying a namada indexer</p></div><div class="chart"><h3>cosmos-operator-rpc-node</h3><p><strong>Version:</strong> 1.0.0</p><p><strong>Description:</strong> A Helm chart for deploying an RPC node using the Cosmos Operator</p></div><div class="chart"><h3>allora-worker</h3><p><strong>Version:</strong> 1.0.0</p><p><strong>Description:</strong> A Helm chart for deploying an allora worker</p></div>

<h2>Contributing</h2>
<p>Contributions are welcome! Please feel free to submit a Pull Request.</p>

<h2>License</h2>
<p>This project is licensed under the MIT License - see the <a href="LICENSE">LICENSE</a> file for details.</p>

<p>For Helm users: <a href="index.yaml">index.yaml</a></p>
</body>
</html>
3 changes: 3 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v1
entries: {}
generated: "2024-12-18T09:16:38.894659454Z"

0 comments on commit feeb02b

Please sign in to comment.