Skip to content

Commit

Permalink
Merge pull request #188 from Javex/master
Browse files Browse the repository at this point in the history
Fix typo for labels in README.md
  • Loading branch information
hagaibarel authored Jan 14, 2025
2 parents 0cdf913 + 44047de commit 59fa883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: coredns
version: 1.37.0
version: 1.37.1
appVersion: 1.11.4
home: https://coredns.io
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
Expand All @@ -19,5 +19,5 @@ maintainers:
type: application
annotations:
artifacthub.io/changes: |
- kind: removed
description: Drop support for PodSecurityPolicy
- kind: changed
description: Fixed typo in readme
2 changes: 1 addition & 1 deletion charts/coredns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ You will also need to annotate and label your existing resources to allow Helm t
annotations:
meta.helm.sh/release-name: your-release-name
meta.helm.sh/release-namespace: your-release-namespace
label:
labels:
app.kubernetes.io/managed-by: Helm
```

Expand Down

0 comments on commit 59fa883

Please sign in to comment.