File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
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.5.1
13
+ version : v8.6.0
14
14
15
- appVersion : " v8.5.1 "
15
+ appVersion : " v8.6.0 "
16
16
17
17
icon : https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg
18
18
@@ -29,14 +29,24 @@ maintainers:
29
29
30
30
annotations :
31
31
artifacthub.io/changes : |
32
- - kind: fixed
33
- description: MUSL Build fix
32
+ - kind: added
33
+ description: configurable crictl endpoint
34
34
links:
35
- - name: Github Issue
36
- url: https://github.com/IBM/core-dump-handler/issues/88
35
+ - name: GitHub PR
36
+ url: https://github.com/IBM/core-dump-handler/pull/97
37
+ - kind: added
38
+ description: optional pod selector labels
39
+ links:
40
+ - name: GitHub PR
41
+ url: https://github.com/IBM/core-dump-handler/pull/98
42
+ - kind: changed
43
+ description: updated deps and docs
44
+ links:
45
+ - name: GitHub PR
46
+ url: https://github.com/IBM/core-dump-handler/pull/100
37
47
artifacthub.io/images : |
38
48
- name: core-dump-handler
39
- image: quay.io/icdh/core-dump-handler:v8.5.1
49
+ image: quay.io/icdh/core-dump-handler:v8.6.0
40
50
artifacthub.io/license : MIT
41
51
artifacthub.io/signKey : |
42
52
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34
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.5.1
6
+ tag : v8.6.0
7
7
pullPolicy : Always
8
8
pullSecrets : []
9
9
request_mem : " 64Mi"
You can’t perform that action at this time.
0 commit comments