Skip to content

Commit 6e86640

Browse files
committed
set MAX_ENTRY_SIZE to 40MB
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 9d19313 commit 6e86640

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4995,7 +4995,7 @@
49954995
},
49964996
{
49974997
"name": "MAX_ENTRY_SIZE",
4998-
"value": "30000000"
4998+
"value": "40000000"
49994999
},
50005000
{
50015001
"name": "CATALOG_INDEX_IMAGE",

charts/backstage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ upstream:
383383
value: /opt/app-root/src/.npmrc.dynamic-plugins
384384
# This following variable is required for orchestrator to startup properly.
385385
- name: MAX_ENTRY_SIZE
386-
value: "30000000"
386+
value: "40000000"
387387
- name: CATALOG_INDEX_IMAGE
388388
value: '{{ .Values.global.catalogIndex.image.registry }}/{{ .Values.global.catalogIndex.image.repository }}:{{ .Values.global.catalogIndex.image.tag }}'
389389
- name: CATALOG_ENTITIES_EXTRACT_DIR

0 commit comments

Comments
 (0)