From 25f081a843114f7b6dfb76f68d102ab4efb9f5c7 Mon Sep 17 00:00:00 2001 From: javex Date: Mon, 13 Jan 2025 22:16:07 +1030 Subject: [PATCH 1/2] Fix typo for labels in README.md "labels" is plural Signed-off-by: javex --- charts/coredns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` From 44047de2c5131bcb354cc9ff36516c722d3404c8 Mon Sep 17 00:00:00 2001 From: javex Date: Tue, 14 Jan 2025 12:24:38 +1030 Subject: [PATCH 2/2] Update chart metadata Signed-off-by: javex --- charts/coredns/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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