File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
apps/argo-cd/_components/codefresh-base Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ patches:
70
70
71
71
- target :
72
72
name : argocd-applicationset-controller
73
- kind : StatefulSet
73
+ kind : Deployment
74
74
group : apps
75
75
version : v1
76
76
patch : |-
@@ -79,3 +79,6 @@ patches:
79
79
value:
80
80
requests:
81
81
memory: 300Mi
82
+ ephemeral-storage: 1Gi
83
+ limits:
84
+ ephemeral-storage: 2Gi
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
12
12
- name : codefresh-cm
13
13
behavior : create
14
14
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)
17
17
- appsetRequeueTime=15
18
18
19
19
replacements :
You can’t perform that action at this time.
0 commit comments