Skip to content

Commit

Permalink
Merge pull request #1880 from weyfonk/1590-update-fleet-rancher-relea…
Browse files Browse the repository at this point in the history
…se-workflow

Update exact Fleet version when releasing against Rancher
  • Loading branch information
thardeck authored Oct 20, 2023
2 parents bd36a2c + 7652d4d commit 47cd0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release-against-rancher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -e ~/.gitconfig ]; then
git config --global user.email [email protected]
fi

sed -i -e "s/ENV CATTLE_FLEET_MIN_VERSION=.*$/ENV CATTLE_FLEET_MIN_VERSION=${NEW_CHART_VERSION}+up${NEW_FLEET_VERSION}/g" package/Dockerfile
sed -i -e "s/ENV CATTLE_FLEET_VERSION=.*$/ENV CATTLE_FLEET_VERSION=${NEW_CHART_VERSION}+up${NEW_FLEET_VERSION}/g" package/Dockerfile

git add package/Dockerfile

Expand Down

0 comments on commit 47cd0bb

Please sign in to comment.