Fixing chart
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
venv
|
||||
node_modules
|
||||
!statics/dist
|
||||
dist
|
||||
.parcel-cache
|
||||
|
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ NS=katenary
|
||||
build: dist chart
|
||||
|
||||
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)
|
||||
rm -rf dist
|
||||
|
@@ -1,14 +1,15 @@
|
||||
# This is the main values.yaml file for the website chart.
|
||||
# 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-20T13:52:42+02:00
|
||||
# compose files: compose.katenary.yaml, compose.yaml
|
||||
# compose hash (sha1): 0c69ac40895910ccdabc3a2655ff7a3e6f5cf9fa
|
||||
|
||||
# Name of the chart (required), basically the name of the project.
|
||||
name: website
|
||||
icon: https://repo.katenary.io/Katenary/katenary/raw/branch/master/doc/docs/statics/icon.svg
|
||||
apiVersion: v2
|
||||
icon: https://repo.katenary.io/Katenary/katenary/src/branch/master/doc/docs/statics/icon.svg
|
||||
|
||||
# Version of the chart (required)
|
||||
version: 0.1.0
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user