allow Pg13
This commit is contained in:
parent
b58c25ed07
commit
25893f2781
|
|
@ -323,6 +323,7 @@ spec:
|
||||||
- "10"
|
- "10"
|
||||||
- "11"
|
- "11"
|
||||||
- "12"
|
- "12"
|
||||||
|
- "13"
|
||||||
parameters:
|
parameters:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
|
|
@ -414,6 +414,9 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
|
||||||
{
|
{
|
||||||
Raw: []byte(`"12"`),
|
Raw: []byte(`"12"`),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Raw: []byte(`"13"`),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue