diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index df76cba..5ff3b7f 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: coredns -version: 1.29.0 +version: 1.29.1 appVersion: 1.11.1 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png @@ -20,6 +20,4 @@ type: application annotations: artifacthub.io/changes: | - kind: changed - description: Ignore duplicate strings in the fullname helper template - - kind: removed - description: Removed deprecated "engine: gotpl" from the Chart.yaml + description: prometheus.service.annotations map in the default values.yaml should be blank {} diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 5dc978a..aca418b 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -39,9 +39,10 @@ serviceType: "ClusterIP" prometheus: service: enabled: false - annotations: - prometheus.io/scrape: "true" - prometheus.io/port: "9153" + annotations: {} + # annotations: + # prometheus.io/scrape: "true" + # prometheus.io/port: "9153" monitor: enabled: false additionalLabels: {}