From 7c97fd5fc3e36858a4749f77d9d52cf4defd5ac6 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 1 Aug 2022 11:10:48 +0200 Subject: [PATCH] feat: Update memory for Plugin-Registry to 1536Mi Change-Id: I125f1cbb5f6974f23d3b1942c3581f6a8d986046 Signed-off-by: Florent Benoit --- api/v1/checluster_types.go | 2 +- .../manifests/org.eclipse.che_checlusters.yaml | 2 +- .../manifests/org.eclipse.che_checlusters.yaml | 2 +- config/crd/bases/org.eclipse.che_checlusters.yaml | 2 +- deploy/deployment/kubernetes/combined.yaml | 2 +- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 2 +- deploy/deployment/openshift/combined.yaml | 2 +- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 2 +- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 2 +- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 2 +- pkg/common/constants/constants.go | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/v1/checluster_types.go b/api/v1/checluster_types.go index 596f831e4..3e633c813 100644 --- a/api/v1/checluster_types.go +++ b/api/v1/checluster_types.go @@ -251,7 +251,7 @@ type CheClusterSpecServer struct { // Default value is `Always` for `nightly`, `next` or `latest` images, and `IfNotPresent` in other cases. // +optional PluginRegistryPullPolicy corev1.PullPolicy `json:"pluginRegistryPullPolicy,omitempty"` - // Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + // Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. // +optional PluginRegistryMemoryLimit string `json:"pluginRegistryMemoryLimit,omitempty"` // Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml index cd98b5d1f..afa678e36 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml @@ -921,7 +921,7 @@ spec: type: object pluginRegistryMemoryLimit: description: Overrides the memory limit used in the plugin registry - deployment. Defaults to 512Mi. + deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin diff --git a/bundle/stable/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml b/bundle/stable/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml index 72bf02626..92d2f19bb 100644 --- a/bundle/stable/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/stable/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml @@ -918,7 +918,7 @@ spec: type: object pluginRegistryMemoryLimit: description: Overrides the memory limit used in the plugin registry - deployment. Defaults to 512Mi. + deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index d45b0af09..c4f69d05e 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -889,7 +889,7 @@ spec: type: object pluginRegistryMemoryLimit: description: Overrides the memory limit used in the plugin registry - deployment. Defaults to 512Mi. + deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index 007d4a3e9..ebe49c69f 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -566,7 +566,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 6df90037a..ac35e5d96 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -561,7 +561,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 0f1670f1a..28335f6f6 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -566,7 +566,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 59ff39cb0..b20d72133 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -561,7 +561,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 6df90037a..ac35e5d96 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -561,7 +561,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 7de96cf45..2235cc952 100644 --- a/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -559,7 +559,7 @@ spec: type: string type: object pluginRegistryMemoryLimit: - description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi. + description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi. type: string pluginRegistryMemoryRequest: description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi. diff --git a/pkg/common/constants/constants.go b/pkg/common/constants/constants.go index c687e31c5..00d9e0721 100644 --- a/pkg/common/constants/constants.go +++ b/pkg/common/constants/constants.go @@ -33,7 +33,7 @@ const ( DefaultDashboardCpuRequest = "100m" // PluginRegistry - DefaultPluginRegistryMemoryLimit = "512Mi" + DefaultPluginRegistryMemoryLimit = "1536Mi" DefaultPluginRegistryMemoryRequest = "32Mi" DefaultPluginRegistryCpuLimit = "500m" DefaultPluginRegistryCpuRequest = "100m"