Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 8, 2021
1 parent 85e02d5 commit 19094b7
Show file tree
Hide file tree
Showing 10 changed files with 3,059 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ spec:
type: boolean
distribution:
enum:
- MongoDB
- Official
- Percona
- MongoDB
type: string
exporter:
properties:
Expand Down
26 changes: 24 additions & 2 deletions charts/kubedb-catalog/crds/catalog.kubedb.com_mysqlversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ spec:
type: object
spec:
properties:
coordinator:
properties:
image:
type: string
required:
- image
type: object
db:
properties:
image:
Expand All @@ -59,8 +66,10 @@ spec:
type: boolean
distribution:
enum:
- Oracle
- Official
- MySQL
- Percona
- Oracle
type: string
exporter:
properties:
Expand Down Expand Up @@ -90,6 +99,20 @@ spec:
required:
- image
type: object
router:
properties:
image:
type: string
required:
- image
type: object
routerInitContainer:
properties:
image:
type: string
required:
- image
type: object
stash:
properties:
addon:
Expand Down Expand Up @@ -169,7 +192,6 @@ spec:
- exporter
- initContainer
- podSecurityPolicies
- replicationModeDetector
- upgradeConstraints
- version
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ spec:
type: boolean
distribution:
enum:
- PostgreSQL
- Official
- TimescaleDB
- PostgreSQL
type: string
exporter:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ spec:
type: boolean
distribution:
enum:
- MongoDB
- Official
- Percona
- MongoDB
type: string
exporter:
properties:
Expand Down
26 changes: 24 additions & 2 deletions charts/kubedb-crds/crds/catalog.kubedb.com_mysqlversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ spec:
type: object
spec:
properties:
coordinator:
properties:
image:
type: string
required:
- image
type: object
db:
properties:
image:
Expand All @@ -59,8 +66,10 @@ spec:
type: boolean
distribution:
enum:
- Oracle
- Official
- MySQL
- Percona
- Oracle
type: string
exporter:
properties:
Expand Down Expand Up @@ -90,6 +99,20 @@ spec:
required:
- image
type: object
router:
properties:
image:
type: string
required:
- image
type: object
routerInitContainer:
properties:
image:
type: string
required:
- image
type: object
stash:
properties:
addon:
Expand Down Expand Up @@ -169,7 +192,6 @@ spec:
- exporter
- initContainer
- podSecurityPolicies
- replicationModeDetector
- upgradeConstraints
- version
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ spec:
type: boolean
distribution:
enum:
- PostgreSQL
- Official
- TimescaleDB
- PostgreSQL
type: string
exporter:
properties:
Expand Down
Loading

0 comments on commit 19094b7

Please sign in to comment.