Skip to content

Commit

Permalink
add helm dep update & build
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan committed May 8, 2024
1 parent c33e168 commit 3060a59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +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' \
fi; \
done
# commit and push changes
Expand Down Expand Up @@ -169,6 +171,8 @@ jobs:
sed -i "s/.*repository_tag.*/ repository_tag: v$RELEASE_VERSION/" "$dir"/values/values.yaml; \
fi; \
fi; \
helm dep update; \
helm dep build; \
done
# commit and push changes
git add .
Expand All @@ -186,8 +190,6 @@ jobs:
brew install norwoodj/tap/helm-docs
# update readme files
cd deploy/helm
helm dep update
helm dep build
helm-docs --document-dependency-values
# commit and push changes
git add .
Expand Down

0 comments on commit 3060a59

Please sign in to comment.