Skip to content

Commit

Permalink
Merge pull request #6 from Kristian-ZH/add-index-yaml
Browse files Browse the repository at this point in the history
Add index.yaml and index.html
  • Loading branch information
Kristian-ZH authored Aug 4, 2023
2 parents f36a9ed + 7b68ac0 commit 2f65967
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
Binary file added assets/endpoint-copier-operator-0.1.0.tgz
Binary file not shown.
59 changes: 59 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@

<!DOCTYPE html>
<html>
<head>
<title>Helm Charts</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css" />
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>

<body>

<section class="markdown-body">
<h1>Helm Charts</h1>

<h2>Usage</h2>
<pre lang="no-highlight"><code>
helm repo add halkeye https://halkeye.github.io/helm-charts
</code></pre>

<p>These are presented as is. Anyone is free to use them, and make suggestions, but they were created for my own use. At some point I want to submit them to the actual helm charts repo.</p>

<h2>Charts</h2>

<ul>

<li>
<p>
endpoint-copier-operator
(<a href="assets/endpoint-copier-operator-0.1.0.tgz" title="assets/endpoint-copier-operator-0.1.0.tgz">
0.1.0
@
v0.1.0
</a>)
</p>
<p>
A Helm chart for Kubernetes
</p>
</li>

</ul>
</section>
<time datetime="2023-08-04T12:56:43" pubdate id="generated">Fri Aug 4 2023 12:56:43PM EEST&#43;03:00</time>
</body>
</html>
14 changes: 14 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
entries:
endpoint-copier-operator:
- apiVersion: v2
appVersion: v0.1.0
created: "2023-08-04T12:56:43.896783+03:00"
description: A Helm chart for Kubernetes
digest: 7e21c8f4eec97734aba82710e0e1992b623fa6423e1f4acc5a96168adc2c7df8
name: endpoint-copier-operator
type: application
urls:
- assets/endpoint-copier-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-08-04T12:56:43.896463+03:00"

0 comments on commit 2f65967

Please sign in to comment.