allow non-scale helmcharts and don't push them to the SCALE catalog

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-24 02:10:35 +02:00
parent d4f98c845c
commit 468dd524e8
+1 -1
View File
@@ -312,7 +312,7 @@ jobs:
for train in stable incubator develop non-free deprecated
do
for chart in master/charts/${train}/*; do
if [ -d "${chart}" ]; then
if [ -d "${chart}/SCALE" ]; then
maxchartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')
chartname=$(basename ${chart})
echo "Processing... Copying charts... Chart: ${chartname} - Version: ${maxchartversion}"