Skip to content

Commit

Permalink
Re-trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 6, 2024
1 parent 8da5670 commit 021df7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ sed -i "s|newTag:.*|newTag: ${new_version}|g" config/manager/kustomization.yaml
sed -i "s|IMAGE_TAG_BASE ?=.*|IMAGE_TAG_BASE ?= ${imageTag}|g" Makefile
sed -i "s|newName:.*|newName: ${imageTag}|g" config/manager/kustomization.yaml

# Update sonataflow-* images
sed -i -r "s|operatorVersion =.*|operatorVersion = \"${new_version}\"|g" version/version.go

sed -i "s|containerImage:.*|containerImage: ${imageTag}:${newMajorMinorVersion}|g" $(getCsvFile)
Expand Down

0 comments on commit 021df7a

Please sign in to comment.