feat(ci): improve chart readme and scale description.

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-19 13:53:25 +02:00
parent 86facb67e7
commit 356b0e1dee
2 changed files with 65 additions and 5 deletions
+6 -1
View File
@@ -223,7 +223,12 @@ patch_apps() {
# Generate SCALE App description file
cat ${target}/Chart.yaml | yq .description -r >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "This App is supplied by TrueCharts, for more information please visit https://truecharts.org" >> ${target}/app-readme.md
echo "This App is supplied by TrueCharts, for more information visit https://truecharts.org" >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "---" >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "TrueCharts can only exist due to the incredible effort of our staff." >> ${target}/app-readme.md
echo "Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md
}
export -f patch_apps