Skip to content

Commit ba19c3f

Browse files
authored
Merge pull request #123 from IBM/pre-8.9.0
Release for v8.9.0
2 parents 62bbfba + cd550fa commit ba19c3f

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

charts/core-dump-handler/Chart.yaml

+10-8
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sources:
1010

1111
type: application
1212

13-
version: v8.8.0
13+
version: v8.9.0
1414

15-
appVersion: "v8.8.0"
15+
appVersion: "v8.9.0"
1616

1717
icon: https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg
1818

@@ -30,18 +30,20 @@ maintainers:
3030
annotations:
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

charts/core-dump-handler/templates/daemonset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ spec:
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

charts/core-dump-handler/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
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

0 commit comments

Comments
 (0)