Skip to content

Commit

Permalink
Merge pull request rook#14975 from rook/mergify/bp/release-1.14/pr-14962
Browse files Browse the repository at this point in the history
ci: Default to the latest stable reef instead of devel (backport rook#14962)
  • Loading branch information
mergify[bot] authored Nov 6, 2024
2 parents 6027074 + 8377cda commit 2eff115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/framework/installer/ceph_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ func ReturnCephVersion() cephv1.CephVersionSpec {
case "reef-devel":
return ReefDevelVersion
default:
return ReefDevelVersion
// Default to the latest stable version
return ReefVersion
}
}

Expand Down

0 comments on commit 2eff115

Please sign in to comment.