Update chart release script

This commit is contained in:
kjeld Schouten-Lebbing 2021-02-08 10:22:37 +01:00
parent 4396367a33
commit 7be1fc3030
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ jobs:
chartname=$(basename ${chart})
echo "Processing ${chart} version ${maxversion}"
mv ${chart}/${maxversion} ../charts/charts/${chartname}
rm ../charts/charts/${chartname}/Chart.lock
fi
done
mv library/* ../charts/charts/
@ -88,7 +89,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.5.2
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0