Skip to content

Commit

Permalink
Merge pull request #49 from cybertec-postgresql/postgres17-beta
Browse files Browse the repository at this point in the history
allow version 17 in manifest
  • Loading branch information
Schmaetz authored Jul 15, 2024
2 parents bfede3a + 9b85dea commit 643c41b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/apis/cpo.opensource.cybertec.at/v1/crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
{
Raw: []byte(`"16"`),
},
{
Raw: []byte(`"17"`),
},
},
},
"parameters": {
Expand Down

0 comments on commit 643c41b

Please sign in to comment.