CrunchyData / postgres-operator-examples

Examples for deploying applications with PGO, the Postgres Operator from Crunchy Data
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
190 stars 4.75k forks source link

Update Postgres Image Version to 16.0 in Quickstart Guide for Creating a Postgres Cluster #256

Closed ksera524 closed 8 months ago

ksera524 commented 8 months ago

Summary of Changes Updated the Postgres image version used in the Quickstart Guide for creating a Postgres cluster from ubi8-15.6-0 to ubi8-16.0-0.

Background In the official documentation of the CrunchyData Postgres Operator, the Postgres image version used in the section for creating a Postgres cluster was ubi8-15.6-0, which does not comply with the current requirement for Postgres version 16.0 or higher. This discrepancy could potentially lead to errors when users attempt to create a cluster.

benjaminjb commented 8 months ago

Hey @ksera524, thanks for the PR. I was just in the process of rolling out these updates and hope I have now caught the image / version in all of these files; and I am in the middle of updating the docs as well so they match. Thanks for catching this error and making a PR to fix it.