Skip to content

Commit 7f962a7

Browse files
fix appset ephem-storage limits (#98)
1 parent 66a9ff1 commit 7f962a7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ patches:
7070
7171
- target:
7272
name: argocd-applicationset-controller
73-
kind: StatefulSet
73+
kind: Deployment
7474
group: apps
7575
version: v1
7676
patch: |-
@@ -79,3 +79,6 @@ patches:
7979
value:
8080
requests:
8181
memory: 300Mi
82+
ephemeral-storage: 1Gi
83+
limits:
84+
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.538 # Runtime version
16-
- bootstrapRevision=0.0.538 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.539 # Runtime version
16+
- bootstrapRevision=0.0.539 # 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)