Skip to content

Commit 52c251d

Browse files
authored
Merge pull request #80 from IBM/pre-8.1.1
release: config
2 parents d26861f + 1d1a5e5 commit 52c251d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/core-dump-handler/Chart.yaml

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

1111
type: application
1212

13-
version: v8.1.0
13+
version: v8.1.1
1414

15-
appVersion: "v8.1.0"
15+
appVersion: "v8.1.1"
1616

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

@@ -30,15 +30,15 @@ maintainers:
3030
annotations:
3131
artifacthub.io/changes: |
3232
- kind: fixed
33-
description: Support for EKS gitops pipelines
33+
description: Fix for PV to PVC using claimRef
3434
links:
3535
- name: Github PR
36-
url: https://github.com/IBM/core-dump-handler/pull/76
36+
url: https://github.com/IBM/core-dump-handler/pull/79
3737
- name: Github Issue
38-
url: https://github.com/IBM/core-dump-handler/issues/75
38+
url: https://github.com/IBM/core-dump-handler/issues/78
3939
artifacthub.io/images: |
4040
- name: core-dump-handler
41-
image: quay.io/repository/icdh/core-dump-handler:v8.1.0
41+
image: quay.io/repository/icdh/core-dump-handler:v8.1.1
4242
artifacthub.io/license: MIT
4343
artifacthub.io/signKey: |
4444
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.1.0
6+
tag: v8.1.1
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

0 commit comments

Comments
 (0)