We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99d191 commit dfd4af8Copy full SHA for dfd4af8
2 files changed
charts/backstage/values.schema.json
@@ -5028,7 +5028,7 @@
5028
},
5029
{
5030
"name": "MAX_ENTRY_SIZE",
5031
- "value": "30000000"
+ "value": "40000000"
5032
5033
5034
"name": "CATALOG_INDEX_IMAGE",
charts/backstage/values.yaml
@@ -395,7 +395,7 @@ upstream:
395
value: /opt/app-root/src/.npmrc.dynamic-plugins
396
# This following variable is required for orchestrator to startup properly.
397
- name: MAX_ENTRY_SIZE
398
- value: "30000000"
+ value: "40000000"
399
- name: CATALOG_INDEX_IMAGE
400
value: '{{ .Values.global.catalogIndex.image.registry }}/{{ .Values.global.catalogIndex.image.repository }}:{{ .Values.global.catalogIndex.image.tag }}'
401
- name: CATALOG_ENTITIES_EXTRACT_DIR
0 commit comments