File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ sources:
1010
1111type : application
1212
13- version : v8.8 .0
13+ version : v8.9 .0
1414
15- appVersion : " v8.8 .0"
15+ appVersion : " v8.9 .0"
1616
1717icon : https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg
1818
@@ -30,18 +30,20 @@ maintainers:
3030annotations :
3131 artifacthub.io/changes : |
3232 - kind: added
33- description: Parameterise the timeout for core dumps and compression time
33+ description: Experimental event file creation
3434 links:
3535 - 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
3939 links:
40+ - name: GitHub Issue
41+ url: https://github.com/IBM/core-dump-handler/issues/120
4042 - 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
4244 artifacthub.io/images : |
4345 - 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
4547 artifacthub.io/license : MIT
4648 artifacthub.io/signKey : |
4749 fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34
Original file line number Diff line number Diff line change 5757 - name : COMP_COMPRESSION
5858 value : {{ .Values.composer.compression | quote }}
5959 - name : COMP_CORE_EVENTS
60- value : {{ .Values.composer.coreEvents }}
60+ value : {{ .Values.composer.coreEvents | quote }}
6161 - name : COMP_CORE_EVENT_DIR
62- value : {{ .Values.daemonset.eventDirectory }}
62+ value : {{ .Values.daemonset.eventDirectory | quote }}
6363 - name : DEPLOY_CRIO_CONFIG
6464 value : {{ .Values.daemonset.deployCrioConfig | quote }}
6565 - name : CRIO_ENDPOINT
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ replicaCount: 1
33image :
44 registry : quay.io
55 repository : icdh/core-dump-handler
6- tag : scheduler-fix
6+ tag : v8.9.0
77 pullPolicy : Always
88 pullSecrets : []
99 request_mem : " 64Mi"
@@ -44,8 +44,8 @@ daemonset:
4444 suidDumpable : 2
4545 vendor : default
4646 # interval: 60000
47- schedule : " 1/1 * * * * *"
48- # useINotify: true
47+ # schedule: "1/1 * * * * *"
48+ useINotify : true
4949 deployCrioConfig : false
5050 includeCrioExe : false
5151 # S3 access
You can’t perform that action at this time.
0 commit comments