Skip to content

Commit

Permalink
Merge pull request #241 from vshn/support_psql_16
Browse files Browse the repository at this point in the history
Add support for PostgreSQL 16
  • Loading branch information
TheBigLee authored Oct 11, 2024
2 parents 1b45013 + f3c715f commit cbfb45d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apis/vshn/v1/dbaas_vshn_postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type VSHNPostgreSQLUpdateStrategy struct {

// VSHNPostgreSQLServiceSpec contains PostgreSQL DBaaS specific properties
type VSHNPostgreSQLServiceSpec struct {
// +kubebuilder:validation:Enum="12";"13";"14";"15"
// +kubebuilder:validation:Enum="12";"13";"14";"15";"16"
// +kubebuilder:default="15"

// MajorVersion contains supported version of PostgreSQL.
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_vshnkeycloaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9837,6 +9837,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration to the pgBouncer instance.
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_vshnnextclouds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9803,6 +9803,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration to the pgBouncer instance.
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_vshnpostgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5027,6 +5027,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration to the pgBouncer instance.
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_xvshnkeycloaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11620,6 +11620,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_xvshnnextclouds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11584,6 +11584,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration
Expand Down
1 change: 1 addition & 0 deletions crds/vshn.appcat.vshn.io_xvshnpostgresqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5712,6 +5712,7 @@ spec:
- "13"
- "14"
- "15"
- "16"
type: string
pgBouncerSettings:
description: PgBouncerSettings passes additional configuration
Expand Down

0 comments on commit cbfb45d

Please sign in to comment.