diff --git a/.gitea/workflows/buildcharts.yaml b/.gitea/workflows/buildcharts.yaml index ba29915..66f9cca 100644 --- a/.gitea/workflows/buildcharts.yaml +++ b/.gitea/workflows/buildcharts.yaml @@ -40,6 +40,8 @@ jobs: cd ${REPO_PATH}/${chart} CHART_NAME=$(yq .name Chart.yaml) CHART_VERSION=$(yq .version Chart.yaml) + echo "Building dependancies for helm-chart" + helm dependency build echo "Packaging ${CHART_NAME}-${CHART_VERSION}" helm package . 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