-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Kristian-ZH/add-index-yaml
Add index.yaml and index.html
- Loading branch information
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+03:00</time> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |