We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9471 commit 153d2b1Copy full SHA for 153d2b1
2 files changed
charts/backstage/values.schema.json
@@ -4995,7 +4995,7 @@
4995
},
4996
{
4997
"name": "MAX_ENTRY_SIZE",
4998
- "value": "30000000"
+ "value": "40000000"
4999
5000
5001
"name": "CATALOG_INDEX_IMAGE",
charts/backstage/values.yaml
@@ -383,7 +383,7 @@ upstream:
383
value: /opt/app-root/src/.npmrc.dynamic-plugins
384
# This following variable is required for orchestrator to startup properly.
385
- name: MAX_ENTRY_SIZE
386
- value: "30000000"
+ value: "40000000"
387
- name: CATALOG_INDEX_IMAGE
388
value: '{{ .Values.global.catalogIndex.image.registry }}/{{ .Values.global.catalogIndex.image.repository }}:{{ .Values.global.catalogIndex.image.tag }}'
389
- name: CATALOG_ENTITIES_EXTRACT_DIR
0 commit comments