Skip to content

Commit

Permalink
fix helmbuild 'chris8205-patch-2'
Browse files Browse the repository at this point in the history
/tmp/helm dependency update ./helm/frost-server

to get the dependency to the broadcom common-chart
  • Loading branch information
chris8205 authored and hylkevds committed Sep 23, 2024
1 parent 6769b39 commit ede7000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ git config --global user.name "Workflow Build"
if [[ "${GITHUB_BASE_REF}" == "" ]] && [[ "${GITHUB_REF}" == "refs/tags"* ]]; then
echo "Building release helm chart"
git clone --quiet --branch master https://github.com/FraunhoferIOSB/helm-charts.git
/tmp/helm dependency update ./helm/frost-server
/tmp/helm lint ./helm/frost-server
/tmp/helm package ./helm/frost-server -d ./helm-charts
/tmp/helm repo index --url https://fraunhoferiosb.github.io/helm-charts/ ./helm-charts
fi

echo "Building snapshot helm chart"
git clone --quiet --branch master https://github.com/FraunhoferIOSB/helm-charts-snapshot.git
/tmp/helm dependency update ./helm/frost-server
/tmp/helm lint ./helm/frost-server
/tmp/helm package ./helm/frost-server -d ./helm-charts-snapshot
/tmp/helm repo index --url https://fraunhoferiosb.github.io/helm-charts-snapshot/ ./helm-charts-snapshot
Expand Down

0 comments on commit ede7000

Please sign in to comment.