Compare commits
5 Commits
f257bee149
...
main
Author | SHA1 | Date | |
---|---|---|---|
3dc8bc7ff0
|
|||
a5f4b7b0c6
|
|||
1435055978
|
|||
121481c3ea
|
|||
b7d75d1eb0
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
venv
|
venv
|
||||||
node_modules
|
node_modules
|
||||||
|
!statics/dist
|
||||||
dist
|
dist
|
||||||
.parcel-cache
|
.parcel-cache
|
||||||
|
4
Makefile
4
Makefile
@@ -4,13 +4,13 @@ NS=katenary
|
|||||||
build: dist chart
|
build: dist chart
|
||||||
|
|
||||||
chart: dist
|
chart: dist
|
||||||
katenary convert -f -p deploy
|
katenary convert -f -p deploy -i https://repo.katenary.io/Katenary/katenary/raw/branch/master/doc/docs/statics/icon.svg
|
||||||
|
|
||||||
dist: $(wildcard src/* compose.yaml)
|
dist: $(wildcard src/* compose.yaml)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
podman run --rm -it -u $(id -u):$(id -g) -v $(PWD):/app -w /app node:alpine sh -c "yarn install && yarn parcel build --no-source-maps"
|
podman run --rm -it -u $(id -u):$(id -g) -v $(PWD):/app -w /app node:alpine sh -c "yarn install && yarn parcel build --no-source-maps"
|
||||||
|
|
||||||
deploy:
|
deploy: build
|
||||||
helm -n $(NS) upgrade --install $(RELEASE) ./chart/ -f override.yaml --create-namespace
|
helm -n $(NS) upgrade --install $(RELEASE) ./chart/ -f override.yaml --create-namespace
|
||||||
sleep 1
|
sleep 1
|
||||||
$(MAKE) add-redirect
|
$(MAKE) add-redirect
|
||||||
|
@@ -1,14 +1,15 @@
|
|||||||
# This is the main values.yaml file for the website chart.
|
# This is the main values.yaml file for the website chart.
|
||||||
# More information can be found in the chart's README.md file.
|
# More information can be found in the chart's README.md file.
|
||||||
#
|
#
|
||||||
# generated at: 2025-08-15T22:10:22+02:00
|
# generated at: 2025-08-20T23:24:21+02:00
|
||||||
# compose files: compose.katenary.yaml, compose.yaml
|
# compose files: compose.katenary.yaml, compose.yaml
|
||||||
# compose hash (sha1): 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
|
# compose hash (sha1): 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
|
||||||
|
|
||||||
# Name of the chart (required), basically the name of the project.
|
# Name of the chart (required), basically the name of the project.
|
||||||
name: website
|
name: website
|
||||||
|
icon: https://repo.katenary.io/Katenary/katenary/raw/branch/master/doc/docs/statics/icon.svg
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
icon: https://repo.katenary.io/Katenary/katenary/src/branch/master/doc/docs/statics/icon.svg
|
|
||||||
# Version of the chart (required)
|
# Version of the chart (required)
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="go-import" content="katenary.io git https://repo.katenary.io/katenary/katenary">
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta
|
<meta
|
||||||
@@ -16,9 +17,12 @@
|
|||||||
<title>Katenary - Effortless Helm Chart Conversion</title>
|
<title>Katenary - Effortless Helm Chart Conversion</title>
|
||||||
<link rel="stylesheet" href="main.css" />
|
<link rel="stylesheet" href="main.css" />
|
||||||
|
|
||||||
<link
|
<link
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
|
rel="stylesheet"
|
||||||
rel="stylesheet"
|
href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.2.0/css/fork-awesome.min.css"
|
||||||
|
integrity="sha512-aupidr80M36SeyviA/hZ2uEPnvt2dTJfyjm9y6z1MgaV13TgzmDiFdsH3cvSNG27mRIj7gJ2gNeg1HeySJyE3Q=="
|
||||||
|
crossorigin="anonymous"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
|
@@ -434,13 +434,12 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer section {
|
footer section {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex: 1 1 250px;
|
flex: 1 1 250px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer section p {
|
footer section p {
|
||||||
|
@@ -33,12 +33,12 @@
|
|||||||
<p>For this website:</p>
|
<p>For this website:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/Katenary/katenary">Katenary on GitHub</a>
|
<a href="https://repo.katenary.io/Katenary/katenary">Katenary repository</a>
|
||||||
to follow, star, and contribute
|
to follow, star, and contribute
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://matrix.to/#/!JuGCanxvQEESclXmfX:matrix.org?via=matrix.org"
|
href="https://matrix.to/#/#katenary:matrix.org"
|
||||||
>Discussion on Matrix.org</a
|
>Discussion on Matrix.org</a
|
||||||
>
|
>
|
||||||
the official Matrix channel for Katenary
|
the official Matrix channel for Katenary
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
<p>Download Katenary’s binary and start using it today.</p>
|
<p>Download Katenary’s binary and start using it today.</p>
|
||||||
<pre><code>sh <(curl -sSL https://raw.githubusercontent.com/Katenary/katenary/master/install.sh)</code></pre>
|
<pre><code>sh <(curl -sSL https://raw.githubusercontent.com/Katenary/katenary/master/install.sh)</code></pre>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/Katenary/katenary" class="btn-primary"
|
<a href="https://repo.katenary.io/Katenary/katenary" class="btn-primary"
|
||||||
>Go to GitHub</a
|
>Go to the source repository</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="image-placeholder">
|
<div class="image-placeholder">
|
||||||
<img
|
<img
|
||||||
src="https://github.com/Katenary/katenary/raw/refs/heads/develop/doc/docs/statics/workflow.svg"
|
src="https://repo.katenary.io/Katenary/katenary/raw/branch/master/doc/docs/statics/workflow.svg"
|
||||||
alt="Katenary Workflow"
|
alt="Katenary Workflow"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<button class="btn-primary" id="menu-toggle">
|
<button class="btn-primary" id="menu-toggle">
|
||||||
<i class="fas fa-bars"></i>
|
<i class="fa fa-bars"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -8,14 +8,14 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="#"><i class="fa fa-house"></i> Katenary</a>
|
<a href="#"><i class="fa fa-house"></i> Katenary</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#features">Why Katenary?</a></li>
|
<li><a href="#features"><i class="fa fa-gears"></i> Why Katenary?</a></li>
|
||||||
<li><a href="#how-it-works">How It Works</a></li>
|
<li><a href="#how-it-works"><i class="fa fa-flash"></i> How It Works</a></li>
|
||||||
<li><a href="#how-to-use">How to use</a></li>
|
<li><a href="#how-to-use"><i class="fa fa-lightbulb-o"></i> How to use</a></li>
|
||||||
<li><a href="#tutorials">Tutorials</a></li>
|
<li><a href="#tutorials"><i class="fa fa-university"></i>Tutorials</a></li>
|
||||||
<li><a href="#get-started">Get Started</a></li>
|
<li><a href="#get-started"><i class="fa fa-spin fa-gear"></i> Get Started</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/Katenary/katenary" target="_blank"
|
<a href="https://repo.katenary.io/Katenary/katenary" target="_blank"
|
||||||
><i class="fab fa-github"></i> Katenary on GitHub</a
|
><i class="fa fa-gitea"></i> Katenary repository</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user