Skip to content

Commit 59fa883

Browse files
authored
Merge pull request #188 from Javex/master
Fix typo for labels in README.md
2 parents 0cdf913 + 44047de commit 59fa883

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/coredns/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.37.0
3+
version: 1.37.1
44
appVersion: 1.11.4
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919
type: application
2020
annotations:
2121
artifacthub.io/changes: |
22-
- kind: removed
23-
description: Drop support for PodSecurityPolicy
22+
- kind: changed
23+
description: Fixed typo in readme

charts/coredns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ You will also need to annotate and label your existing resources to allow Helm t
207207
annotations:
208208
meta.helm.sh/release-name: your-release-name
209209
meta.helm.sh/release-namespace: your-release-namespace
210-
label:
210+
labels:
211211
app.kubernetes.io/managed-by: Helm
212212
```
213213

0 commit comments

Comments
 (0)