add test train

This commit is contained in:
ducoterra
2021-08-29 14:54:47 -04:00
parent 40f11fe721
commit ada7070b1b
109 changed files with 6 additions and 3 deletions

View File

@@ -14,12 +14,12 @@ A collection of helm charts for ducoterra.net
APP=app_name
APP_PATH=/path/to/app/repo
CHART_PATH=/path/to/chart
VERSION=0.1.0
VERSION=$(yq e '.version' $CHART_PATH/Chart.yaml)
mkdir -p charts/$APP
cp example_item.yaml charts/$APP/item.yaml
rsync -r $CHART_PATH/ charts/$APP/$VERSION
touch charts/$APP/$VERSION/questions.yaml
touch charts/$APP/item.yaml
cp $APP_PATH/README.md charts/$APP/$VERSION
cp charts/$APP/$VERSION/README.md charts/$APP/$VERSION/app-readme.md
cp charts/$APP/$VERSION/values.yaml charts/$APP/$VERSION/ix_values.yaml

View File

@@ -1,3 +1,3 @@
categories:
- generic
icon_url: "http://ix_url"
icon_url: "https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/header/logo.png"

Some files were not shown because too many files have changed in this diff Show More