Skip to content

Commit f5f87d9

Browse files
increase max payload size to 2MB (#77)
1 parent 3bd1e8e commit f5f87d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

csdp/base_components/apps/argo-events/_components/codefresh-base/eventbus.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ spec:
99
native:
1010
replicas: 3
1111
auth: token
12+
maxPayload: "2MB"
1213
containerTemplate:
1314
resources:
1415
limits:

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ configMapGenerator:
1212
- name: codefresh-cm
1313
behavior: create
1414
literals:
15-
- version=0.0.518 # Runtime version
16-
- bootstrapRevision=0.0.518 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.519 # Runtime version
16+
- bootstrapRevision=0.0.519 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
1717
- appsetRequeueTime=15
1818

1919
replacements:

0 commit comments

Comments
 (0)