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

Create tags in this repo #226

Closed PaulVerhoeven1 closed 1 year ago

PaulVerhoeven1 commented 1 year ago

In my opinion it would be nice if this repo gets a tag when a new version of the operator is released.

Now 5.4 is released of the operator there should be a tag / release called 5.4, then if you want to install an older version of the operator you know which CRD's, image versions and value files were provided in that release. Now if you want to install an older version based on these examples you need go back to specific commit.

tjmoore4 commented 1 year ago

Hi @PaulVerhoeven1

Thank you for reaching out. The examples repo is designed to allow users to easily take PGO out for a test drive, as explained in our quickstart. As such, we expect users to update these examples or create their own manifests as needed. To read more about release tags, please see our FAQ. Hope this helps!