fix(chart-icons): move all chart-icons under hotlink-ok dir (#3373)

This commit is contained in:
Stavros Kois
2022-08-01 23:54:37 +03:00
committed by GitHub
parent 545ab2b1b1
commit 7b1ffb0446
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ sync_tag() {
echo "Updating tag of ${chartname} to ${tag}..."
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
echo "Updating icon of ${chartname}..."
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
sed -i -e "s|icon: .*|icon: https:\/\/truecharts.org\/img\/hotlink-ok\/chart-icons\/${chartname}.png|" "${chart}/Chart.yaml"
echo "Updating home of ${chartname}..."
sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/docs\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml"
echo "Attempting to update sources of ${chartname}..."