Skip to content

Commit 78ccb49

Browse files
committed
Update manifests
Signed-off-by: thepetk <thepetk@gmail.com>
1 parent 5b8df20 commit 78ccb49

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

bundle/manifests/registry.devfile.io_devfileregistries.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ spec:
5555
imagePullPolicy:
5656
description: Sets the image pull policy for the container
5757
type: string
58+
memoryLimit:
59+
description: Sets the memory limit for the container
60+
type: string
5861
type: object
5962
devfileIndexImage:
6063
description: Sets the container image containing devfile stacks to
@@ -83,6 +86,9 @@ spec:
8386
imagePullPolicy:
8487
description: Sets the image pull policy for the container
8588
type: string
89+
memoryLimit:
90+
description: Sets the memory limit for the container
91+
type: string
8692
type: object
8793
ociRegistryImage:
8894
description: Overrides the container image used for the OCI registry.
@@ -99,6 +105,9 @@ spec:
99105
imagePullPolicy:
100106
description: Sets the image pull policy for the container
101107
type: string
108+
memoryLimit:
109+
description: Sets the memory limit for the container
110+
type: string
102111
type: object
103112
registryViewerImage:
104113
description: Overrides the container image used for the registry viewer.

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)