File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
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.0.1
13
+ version : v8.0.2
14
14
15
- appVersion : " v8.0.1 "
15
+ appVersion : " v8.0.2 "
16
16
17
17
icon : https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg
18
18
@@ -30,13 +30,13 @@ maintainers:
30
30
annotations :
31
31
artifacthub.io/changes : |
32
32
- kind: fixed
33
- description: Change to default to iNotify
33
+ description: Fix template quote
34
34
links:
35
35
- name: Github PR
36
- url: https://github.com/IBM/core-dump-handler/pull/64
36
+ url: https://github.com/IBM/core-dump-handler/pull/67
37
37
artifacthub.io/images : |
38
38
- name: core-dump-handler
39
- image: quay.io/repository/icdh/core-dump-handler:v8.0.1
39
+ image: quay.io/repository/icdh/core-dump-handler:v8.0.2
40
40
artifacthub.io/license : MIT
41
41
artifacthub.io/signKey : |
42
42
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34
Original file line number Diff line number Diff line change 32
32
mountPropagation : Bidirectional
33
33
env :
34
34
- name : COMP_FILE_TEMPLATE
35
- # value: {{ .Values.composer.filenameTemplate }}
35
+ value : {{ .Values.composer.filenameTemplate | quote }}
36
36
- name : COMP_LOG_LENGTH
37
37
value : {{ .Values.composer.logLength | quote }}
38
38
- name : COMP_LOG_LEVEL
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 : v8.0.1
6
+ tag : v8.0.2
7
7
pullPolicy : Always
8
8
pullSecrets : []
9
9
request_mem : " 64Mi"
@@ -24,8 +24,7 @@ composer:
24
24
ignoreCrio : false
25
25
crioImageCmd : " img"
26
26
logLevel : " Warn"
27
- # Double curlies are required otherwise helm trys to parse the string
28
- filenameTemplate : " {{uuid}}-dump-{{timestamp}}-{{hostname}}-{{exe_name}}-{{pid}}-{{signal}}"
27
+ filenameTemplate : " {uuid}-dump-{timestamp}-{hostname}-{exe_name}-{pid}-{signal}"
29
28
logLength : 500
30
29
31
30
daemonset :
You can’t perform that action at this time.
0 commit comments