diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 7c8fdaa..227091d 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -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 @@ -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 diff --git a/charts/coredns/README.md b/charts/coredns/README.md index 33ca309..eb23cc7 100644 --- a/charts/coredns/README.md +++ b/charts/coredns/README.md @@ -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 ```