File tree Expand file tree Collapse file tree 4 files changed +990
-68
lines changed
apps/argo-cd/_components/ha-manifests Expand file tree Collapse file tree 4 files changed +990
-68
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ patches:
34
34
requests:
35
35
cpu: 100m
36
36
memory: 150Mi
37
+
38
+ # Reduce startup time
39
+ - op: replace
40
+ path: /spec/template/spec/containers/0/livenessProbe/initialDelaySeconds
41
+ value: 15
42
+ - op: replace
43
+ path: /spec/template/spec/containers/1/livenessProbe/initialDelaySeconds
44
+ value: 15
45
+ - op: replace
46
+ path: /spec/template/spec/containers/0/readinessProbe/initialDelaySeconds
47
+ value: 15
48
+ - op: replace
49
+ path: /spec/template/spec/containers/1/readinessProbe/initialDelaySeconds
50
+ value: 15
37
51
- target :
38
52
name : argocd-redis-ha-haproxy
39
53
kind : StatefulSet
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.511 # Runtime version
16
- - bootstrapRevision=0.0.511 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15
+ - version=0.0.512 # Runtime version
16
+ - bootstrapRevision=0.0.512 # 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 :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : csdp-installer
3
3
description : A Helm chart used for installing a CSDP runtime
4
4
type : application
5
- version : 0.1.31
5
+ version : 0.1.34
6
6
appVersion : v0.0.13
You can’t perform that action at this time.
0 commit comments