Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Sep 30, 2024
1 parent 142642e commit 302b90c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/kubedb-catalog/crds/catalog.kubedb.com_solrversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ spec:
format: int64
type: integer
type: object
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
Expand Down
11 changes: 11 additions & 0 deletions charts/kubedb-crds/crds/catalog.kubedb.com_solrversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ spec:
format: int64
type: integer
type: object
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
Expand Down
11 changes: 11 additions & 0 deletions crds/kubedb-catalog-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3492,6 +3492,17 @@ spec:
format: int64
type: integer
type: object
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
Expand Down
11 changes: 11 additions & 0 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78358,6 +78358,17 @@ spec:
format: int64
type: integer
type: object
updateConstraints:
properties:
allowlist:
items:
type: string
type: array
denylist:
items:
type: string
type: array
type: object
version:
type: string
required:
Expand Down

0 comments on commit 302b90c

Please sign in to comment.