Skip to content

Commit dd408ff

Browse files
committed
Bumping kubebuilder:validation:Maximum for major PostgresVersion to 15.
1 parent 1ed1f8e commit dd408ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10267,7 +10267,7 @@ spec:
1026710267
postgresVersion:
1026810268
description: The major version of PostgreSQL installed in the PostgreSQL
1026910269
image
10270-
maximum: 14
10270+
maximum: 15
1027110271
minimum: 10
1027210272
type: integer
1027310273
proxy:

pkg/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ type PostgresClusterSpec struct {
123123
// The major version of PostgreSQL installed in the PostgreSQL image
124124
// +kubebuilder:validation:Required
125125
// +kubebuilder:validation:Minimum=10
126-
// +kubebuilder:validation:Maximum=14
126+
// +kubebuilder:validation:Maximum=15
127127
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=1
128128
PostgresVersion int `json:"postgresVersion"`
129129

0 commit comments

Comments
 (0)