diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 2ca7fa4e47d..86bdb69eec6 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -4,8 +4,7 @@ dependencies: - name: common repository: https://truecharts.org version: 8.3.13 -description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various - download clients. +description: Mylar is a automated Comic Book downloader home: https://github.com/truechartsapps/tree/master/charts/stable/mylar icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png keywords: diff --git a/tools/build-release.sh b/tools/build-release.sh index 263c152d115..7e86fe357c3 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -75,6 +75,7 @@ main() { prep_helm for chart in "${changed_charts[@]}"; do if [[ -d "$chart" ]]; then + echo "Start processing $chart ..." chartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }') chartname=$(basename ${chart}) train=$(basename $(dirname "$chart")) @@ -97,7 +98,9 @@ main() { else echo "Chart '$chart' no longer exists in repo. Skipping it..." fi + echo "Done processing $chart ..." done + echo "Starting post-processing" pre_commit validate_catalog if [ "${production}" == "true" ]; then