Omnibus 14.x Upgrade PostgreSQL Version Warning Typo

Summary

At the end of the Ombinbus 14 upgrade you are incorrectly warned that PostgreSQL 13 will become the minimum for GitLab 14.0. The warning should say GitLab 15.0

Steps to reproduce

Run an Omnibus 13.x to 14.x upgrade

Example Project

N/A

What is the current bug behavior?

=== INFO ===
You are currently running PostgreSQL 12.
Note that PostgreSQL 13 will become the minimum required PostgreSQL version in GitLab 14.0 (May 2021).
PostgreSQL 12 will be removed in GitLab 14.0. Please consider upgrading your PostgreSQL version soon.
To upgrade, please see: https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server
=== INFO ===

What is the expected correct behavior?

=== INFO ===
You are currently running PostgreSQL 12.
Note that PostgreSQL 13 will become the minimum required PostgreSQL version in GitLab 15.0 (May 2022).
PostgreSQL 12 will be removed in GitLab 15.0. Please consider upgrading your PostgreSQL version soon.
To upgrade, please see: https://docs.gitlab.com/omnibus/settings/database.html#upgrade-packaged-postgresql-server
=== INFO ===

Relevant logs and/or screenshots

See above

Output of checks

N/A

Results of GitLab environment info

N/A

Results of GitLab application Check

N/A

Possible fixes

Edited by Shawn Weeks