added missing "

This commit is contained in:
Jonas Forsberg
2024-11-11 15:14:18 +01:00
parent 824964432c
commit a453aed4bd

@@ -40,7 +40,7 @@ jobs:
cd ${REPO_PATH}/charts/${chart}
CHART_NAME=$(yq .name Chart.yaml)
CHART_VERSION=$(yq .version Chart.yaml)
echo "Packaging ${CHART_NAME}-${CHART_VERSION}
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
helm package $REPO_PATH
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
done