File tree 3 files changed +15
-13
lines changed
3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ sources:
10
10
11
11
type : application
12
12
13
- version : v8.8 .0
13
+ version : v8.9 .0
14
14
15
- appVersion : " v8.8 .0"
15
+ appVersion : " v8.9 .0"
16
16
17
17
icon : https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg
18
18
@@ -30,18 +30,20 @@ maintainers:
30
30
annotations :
31
31
artifacthub.io/changes : |
32
32
- kind: added
33
- description: Parameterise the timeout for core dumps and compression time
33
+ description: Experimental event file creation
34
34
links:
35
35
- name: GitHub PR
36
- url: https://github.com/IBM/core-dump-handler/pull/116
37
- - kind: added
38
- description: Disable zip compresssion to speed up core dump times
36
+ url: https://github.com/IBM/core-dump-handler/pull/122
37
+ - kind: fixed
38
+ description: Scheduler crashing due to updated depenendency
39
39
links:
40
+ - name: GitHub Issue
41
+ url: https://github.com/IBM/core-dump-handler/issues/120
40
42
- name: GitHub PR
41
- url: https://github.com/IBM/core-dump-handler/pull/114
43
+ url: https://github.com/IBM/core-dump-handler/pull/121
42
44
artifacthub.io/images : |
43
45
- name: core-dump-handler
44
- image: quay.io/icdh/core-dump-handler:v8.8 .0
46
+ image: quay.io/icdh/core-dump-handler:v8.9 .0
45
47
artifacthub.io/license : MIT
46
48
artifacthub.io/signKey : |
47
49
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34
Original file line number Diff line number Diff line change 57
57
- name : COMP_COMPRESSION
58
58
value : {{ .Values.composer.compression | quote }}
59
59
- name : COMP_CORE_EVENTS
60
- value : {{ .Values.composer.coreEvents }}
60
+ value : {{ .Values.composer.coreEvents | quote }}
61
61
- name : COMP_CORE_EVENT_DIR
62
- value : {{ .Values.daemonset.eventDirectory }}
62
+ value : {{ .Values.daemonset.eventDirectory | quote }}
63
63
- name : DEPLOY_CRIO_CONFIG
64
64
value : {{ .Values.daemonset.deployCrioConfig | quote }}
65
65
- name : CRIO_ENDPOINT
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ replicaCount: 1
3
3
image :
4
4
registry : quay.io
5
5
repository : icdh/core-dump-handler
6
- tag : scheduler-fix
6
+ tag : v8.9.0
7
7
pullPolicy : Always
8
8
pullSecrets : []
9
9
request_mem : " 64Mi"
@@ -44,8 +44,8 @@ daemonset:
44
44
suidDumpable : 2
45
45
vendor : default
46
46
# interval: 60000
47
- schedule : " 1/1 * * * * *"
48
- # useINotify: true
47
+ # schedule: "1/1 * * * * *"
48
+ useINotify : true
49
49
deployCrioConfig : false
50
50
includeCrioExe : false
51
51
# S3 access
You can’t perform that action at this time.
0 commit comments