Skip to content

Commit 2386e91

Browse files
authored
Merge pull request #109 from IBM/pre-8.6.1
Release 8.6.1
2 parents 7b4818f + 8b5fabe commit 2386e91

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

charts/core-dump-handler/Chart.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sources:
1010

1111
type: application
1212

13-
version: v8.6.0
13+
version: v8.6.1
1414

15-
appVersion: "v8.6.0"
15+
appVersion: "v8.6.1"
1616

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

@@ -30,23 +30,18 @@ maintainers:
3030
annotations:
3131
artifacthub.io/changes: |
3232
- kind: added
33-
description: configurable crictl endpoint
33+
description: Allow mounting the host container runtime socket
3434
links:
3535
- name: GitHub PR
36-
url: https://github.com/IBM/core-dump-handler/pull/97
36+
url: https://github.com/IBM/core-dump-handler/pull/104
3737
- kind: added
38-
description: optional pod selector labels
38+
description: Update security documentation and Integration test docs
3939
links:
4040
- 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
41+
url: https://github.com/IBM/core-dump-handler/pull/107
4742
artifacthub.io/images: |
4843
- name: core-dump-handler
49-
image: quay.io/icdh/core-dump-handler:v8.6.0
44+
image: quay.io/icdh/core-dump-handler:v8.6.1
5045
artifacthub.io/license: MIT
5146
artifacthub.io/signKey: |
5247
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34

charts/core-dump-handler/values.yaml

Lines changed: 1 addition & 1 deletion
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: v8.6.0
6+
tag: v8.6.1
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

0 commit comments

Comments
 (0)