Skip to content

Commit af35d66

Browse files
committed
Update manifests
Signed-off-by: thepetk <thepetk@gmail.com>
1 parent 85920f8 commit af35d66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/crd/bases/registry.devfile.io_devfileregistries.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ spec:
5656
imagePullPolicy:
5757
description: Sets the image pull policy for the container
5858
type: string
59+
memoryLimit:
60+
description: Sets the memory limit for the container
61+
type: string
5962
type: object
6063
devfileIndexImage:
6164
description: Sets the container image containing devfile stacks to
@@ -84,6 +87,9 @@ spec:
8487
imagePullPolicy:
8588
description: Sets the image pull policy for the container
8689
type: string
90+
memoryLimit:
91+
description: Sets the memory limit for the container
92+
type: string
8793
type: object
8894
ociRegistryImage:
8995
description: Overrides the container image used for the OCI registry.
@@ -100,6 +106,9 @@ spec:
100106
imagePullPolicy:
101107
description: Sets the image pull policy for the container
102108
type: string
109+
memoryLimit:
110+
description: Sets the memory limit for the container
111+
type: string
103112
type: object
104113
registryViewerImage:
105114
description: Overrides the container image used for the registry viewer.

0 commit comments

Comments
 (0)