Skip to content

Commit fbb178a

Browse files
committed
Bugfixed helmchart release documentation issue
Signed-off-by: Robert Seedorff <Robert.Seedorff@iteratec.com>
1 parent 0a93e3e commit fbb178a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-charts-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
dir="$(dirname "${chart}")"
3232
cd "${dir}" || exit
3333
echo "Processing Helm Chart in $dir"
34-
helm package --version $RELEASE_VERSION .
3534
NAME=$(yq eval '.name' - < Chart.yaml)
3635
if [ -d "docs" ]; then
3736
echo "Docs Folder found at: ${dir}/docs"
@@ -40,6 +39,7 @@ jobs:
4039
else
4140
echo "Ignoring Docs process for Chart $dir, because no `docs` folder found at: ${dir}/docs"
4241
fi
42+
helm package --version $RELEASE_VERSION .
4343
4444
curl --silent --show-error --http1.1 --user "${USERNAME}:${PASSWORD}" --data-binary "@${NAME}-${RELEASE_VERSION}.tgz" "${HELM_REGISTRY}/api/charts"
4545
sleep 5s

0 commit comments

Comments
 (0)