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 3, 2024
1 parent 53b2b7d commit b53538a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ spec:
- name
type: object
type: array
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_memcachedversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ spec:
- name
type: object
type: array
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 @@ -1445,6 +1445,17 @@ spec:
- name
type: object
type: array
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 @@ -75963,6 +75963,17 @@ spec:
- name
type: object
type: array
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 b53538a

Please sign in to comment.