fix(Apps): Solve issues regarding ix_values.yaml not containing the image and tag definitions. (#1176)

* fix(Apps): Solve issues regarding ix_values.yaml not containing the image and tag definitions.

* bump patch to regenerate releases
This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-19 11:21:33 +02:00
committed by GitHub
parent 886f3096ee
commit 1aa854ef14
142 changed files with 285 additions and 282 deletions
+4 -1
View File
@@ -392,7 +392,10 @@ patch_apps() {
echo "Applying SCALE patches for App: ${chartname}"
rm -rf ${target}/CHANGELOG.md 2>/dev/null || :
mv ${target}/app-changelog.md ${target}/CHANGELOG.md 2>/dev/null || :
mv ${target}/SCALE/ix_values.yaml ${target}/ 2>/dev/null || :
# Temporary fix to prevent the UI from bugging out on 21.08
mv ${target}/values.yaml ${target}/ 2>/dev/null || :
touch ${target}/values.yaml
# mv ${target}/SCALE/ix_values.yaml ${target}/ 2>/dev/null || :
mv ${target}/SCALE/questions.yaml ${target}/ 2>/dev/null || :
cp -rf ${target}/SCALE/templates/* ${target}/templates 2>/dev/null || :
mv ${target}/SCALE/item.yaml catalog/${train}/${chartname}/item.yaml