Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add index.yaml and index.html #6

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"