You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current CRD in this repo only support postgresVersion up to version 15, which causes this error when validating PostgresCluster CRs:
problem validating schema.
Check JSON formatting: jsonschema: '/spec/postgresVersion' does not validate with https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/postgres-operator.crunchydata.com/postgrescluster_v1beta1.json#/properties/spec/properties/postgresVersion/maximum:
must be <= 15 but found 16
The text was updated successfully, but these errors were encountered:
The
postgresCluster
CRD was updated ~5 months ago: CrunchyData/postgres-operator@cb22a48 to support/spec/postgresVersion
up until 16.The current CRD in this repo only support
postgresVersion
up to version 15, which causes this error when validating PostgresCluster CRs:The text was updated successfully, but these errors were encountered: