Skip to content

Commit

Permalink
fix helm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent 7772776 commit 4a79087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
if [ -d "$folder/subcharts" ]; then \
sed -i "s/^version.*/version: $RELEASE_VERSION/" "$folder"/subcharts/*/Chart.yaml; \
sed -i "s/^appVersion.*/appVersion: \"$RELEASE_VERSION\"/" "$folder"/subcharts/*/Chart.yaml; \
helm dep update; \
helm dep build; \
helm dep update $folder"/subcharts/*/; \
helm dep build $folder"/subcharts/*/; \
fi; \
done
# commit and push changes
Expand Down

0 comments on commit 4a79087

Please sign in to comment.