Skip to content

Commit b5e22b4

Browse files
authored
Merge pull request #101 from IBM/pre-8.6.0
release: config for release
2 parents 8510ec8 + 07a1796 commit b5e22b4

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

charts/core-dump-handler/Chart.yaml

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

1111
type: application
1212

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

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

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

@@ -29,14 +29,24 @@ maintainers:
2929

3030
annotations:
3131
artifacthub.io/changes: |
32-
- kind: fixed
33-
description: MUSL Build fix
32+
- kind: added
33+
description: configurable crictl endpoint
3434
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
3747
artifacthub.io/images: |
3848
- 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
4050
artifacthub.io/license: MIT
4151
artifacthub.io/signKey: |
4252
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34

charts/core-dump-handler/values.yaml

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

0 commit comments

Comments
 (0)