Skip to content

Commit 41062d9

Browse files
committed
Updates for CRDs
Issue: PGO-564
1 parent 2cacfdd commit 41062d9

4 files changed

+28
-6
lines changed

helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ spec:
857857
type: object
858858
fromPostgresVersion:
859859
description: The major version of PostgreSQL before the upgrade.
860-
maximum: 15
860+
maximum: 16
861861
minimum: 10
862862
type: integer
863863
image:
@@ -937,7 +937,7 @@ spec:
937937
type: string
938938
toPostgresVersion:
939939
description: The major version of PostgreSQL to be upgraded to.
940-
maximum: 15
940+
maximum: 16
941941
minimum: 10
942942
type: integer
943943
tolerations:

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10471,7 +10471,7 @@ spec:
1047110471
postgresVersion:
1047210472
description: The major version of PostgreSQL installed in the PostgreSQL
1047310473
image
10474-
maximum: 15
10474+
maximum: 16
1047510475
minimum: 10
1047610476
type: integer
1047710477
proxy:
@@ -15424,13 +15424,24 @@ spec:
1542415424
type: integer
1542515425
type: object
1542615426
type: object
15427+
registrationRequired:
15428+
description: Version information for installations with a registration
15429+
requirement.
15430+
properties:
15431+
pgoVersion:
15432+
type: string
15433+
type: object
1542715434
startupInstance:
1542815435
description: The instance that should be started first when bootstrapping
1542915436
and/or starting a PostgresCluster.
1543015437
type: string
1543115438
startupInstanceSet:
1543215439
description: The instance set associated with the startupInstance
1543315440
type: string
15441+
tokenRequired:
15442+
description: Signals the need for a token to be applied when registration
15443+
is required.
15444+
type: string
1543415445
userInterface:
1543515446
description: Current state of the PostgreSQL user interface.
1543615447
properties:

kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ spec:
857857
type: object
858858
fromPostgresVersion:
859859
description: The major version of PostgreSQL before the upgrade.
860-
maximum: 15
860+
maximum: 16
861861
minimum: 10
862862
type: integer
863863
image:
@@ -937,7 +937,7 @@ spec:
937937
type: string
938938
toPostgresVersion:
939939
description: The major version of PostgreSQL to be upgraded to.
940-
maximum: 15
940+
maximum: 16
941941
minimum: 10
942942
type: integer
943943
tolerations:

kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10471,7 +10471,7 @@ spec:
1047110471
postgresVersion:
1047210472
description: The major version of PostgreSQL installed in the PostgreSQL
1047310473
image
10474-
maximum: 15
10474+
maximum: 16
1047510475
minimum: 10
1047610476
type: integer
1047710477
proxy:
@@ -15424,13 +15424,24 @@ spec:
1542415424
type: integer
1542515425
type: object
1542615426
type: object
15427+
registrationRequired:
15428+
description: Version information for installations with a registration
15429+
requirement.
15430+
properties:
15431+
pgoVersion:
15432+
type: string
15433+
type: object
1542715434
startupInstance:
1542815435
description: The instance that should be started first when bootstrapping
1542915436
and/or starting a PostgresCluster.
1543015437
type: string
1543115438
startupInstanceSet:
1543215439
description: The instance set associated with the startupInstance
1543315440
type: string
15441+
tokenRequired:
15442+
description: Signals the need for a token to be applied when registration
15443+
is required.
15444+
type: string
1543415445
userInterface:
1543515446
description: Current state of the PostgreSQL user interface.
1543615447
properties:

0 commit comments

Comments
 (0)