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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

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})