fix helm docs generation somewhat

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-11 17:24:57 +02:00
parent 3e2af67deb
commit 6897a5e69d
+1 -1
View File
@@ -19,7 +19,7 @@ config_template="${repository}/tools/templates/docs/CONFIG.md.gotmpl"
root="${repository}"
for train in stable incubator develop non-free deprecated; do
for chart in ${train}/*; do
for chart in charts/${train}/*; do
if [ -d "${chart}" ]; then
maxchartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')
chartname=$(basename ${chart})