Skip to content

Commit 0b6f409

Browse files
Update eventbus.yaml (#63)
* Update eventbus.yaml * bump Co-authored-by: roi-codefresh <roi.kramer@codefresh.io>
1 parent efd175a commit 0b6f409

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
limits:
1515
cpu: 500m
1616
memory: 8Gi
17+
ephemeral-storage: 2Gi
1718
requests:
1819
cpu: 200m
1920
memory: 500Mi
21+
ephemeral-storage: 2Gi

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.493 # Runtime version
16-
- bootstrapRevision=0.0.493 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.494 # Runtime version
16+
- bootstrapRevision=0.0.494 # 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)