From 849e6e02c511c4aa761bf41ffcdbc40f926006f3 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 20 Oct 2021 10:14:56 +0200 Subject: [PATCH] fix(CI): ensure Apps use the correct icon_url key in item.yaml --- tools/build-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build-release.sh b/tools/build-release.sh index caa6de4f7ed..a14d2775a4f 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -398,6 +398,7 @@ patch_apps() { touch ${target}/values.yaml # Generate item.yaml cat ${target}/Chart.yaml | grep "icon" >> catalog/${train}/${chartname}/item.yaml + sed -i "s|^icon:|icon_url:|g" ${target}/chart.yaml echo "categories:" >> catalog/${train}/${chartname}/item.yaml cat ${target}/Chart.yaml | yq '.annotations."truecharts.org/catagories"' -r >> catalog/${train}/${chartname}/item.yaml # Generate SCALE App description file