Skip to content

Commit

Permalink
fix chart dependencies version (gardener#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshnm authored Jan 19, 2024
1 parent d18613e commit 7055c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/update-helm-chart-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ echo "Updating version and appVersion of Helm Charts to $EFFECTIVE_VERSION"
for chart in $CHARTLIST; do
echo "Updating chart ${chart} with version ${EFFECTIVE_VERSION}"
sed -i -e "s/^appVersion:.*/appVersion: ${EFFECTIVE_VERSION}/" $chart
sed -i -e "s/^version:.*/version: ${EFFECTIVE_VERSION}/" $chart
sed -i -e "s/version:.*/version: ${EFFECTIVE_VERSION}/" $chart

done

0 comments on commit 7055c13

Please sign in to comment.