Compare commits
2 Commits
1435055978
...
3dc8bc7ff0
Author | SHA1 | Date | |
---|---|---|---|
3dc8bc7ff0
|
|||
a5f4b7b0c6
|
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ 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,7 +1,7 @@
|
|||||||
# 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-20T13:52:42+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
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@ data:
|
|||||||
<li> <a href=\"https://gimp.org\">The Gimp</a> for many others image manipulation
|
<li> <a href=\"https://gimp.org\">The Gimp</a> for many others image manipulation
|
||||||
</li> </ul> </div> </section> <section> <div> <h2>Links</h2> <p>For this website:</p>
|
</li> </ul> </div> </section> <section> <div> <h2>Links</h2> <p>For this website:</p>
|
||||||
<ul> <li> <a href=\"https://repo.katenary.io/Katenary/katenary\">Katenary repository</a>
|
<ul> <li> <a href=\"https://repo.katenary.io/Katenary/katenary\">Katenary repository</a>
|
||||||
to follow, star, and contribute </li> <li> <a href=\"https://matrix.to/#/!JuGCanxvQEESclXmfX:matrix.org?via=matrix.org\">Discussion
|
to follow, star, and contribute </li> <li> <a href=\"https://matrix.to/#/#katenary:matrix.org\">Discussion
|
||||||
on Matrix.org</a> the official Matrix channel for Katenary </li> </ul> </div>
|
on Matrix.org</a> the official Matrix channel for Katenary </li> </ul> </div>
|
||||||
</section> </div> <div class=\"container\"> <p>© 2024, 2025 Katenary. Open
|
</section> </div> <div class=\"container\"> <p>© 2024, 2025 Katenary. Open
|
||||||
Source Project under MIT License.</p> </div> </footer> </body></html>"
|
Source Project under MIT License.</p> </div> </footer> </body></html>"
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
</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
|
||||||
|
Reference in New Issue
Block a user