We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd1e8e commit f5f87d9Copy full SHA for f5f87d9
csdp/base_components/apps/argo-events/_components/codefresh-base/eventbus.yaml
@@ -9,6 +9,7 @@ spec:
9
native:
10
replicas: 3
11
auth: token
12
+ maxPayload: "2MB"
13
containerTemplate:
14
resources:
15
limits:
csdp/base_components/bootstrap/kustomization.yaml
@@ -12,8 +12,8 @@ configMapGenerator:
- name: codefresh-cm
behavior: create
literals:
- - 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)
+ - version=0.0.519 # Runtime version
+ - bootstrapRevision=0.0.519 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
17
- appsetRequeueTime=15
18
19
replacements:
0 commit comments