diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 22705e3..3e0ee12 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: coredns -version: 1.35.0 +version: 1.35.1 appVersion: 1.11.3 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: added - description: Support `trafficDistribution` property for service + - kind: changed + description: Move `trafficDistribution` key to correct path diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 9b6f7ae..9bac327 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -43,7 +43,6 @@ prometheus: prometheus.io/scrape: "true" prometheus.io/port: "9153" selector: {} - # trafficDistribution: PreferClose monitor: enabled: false additionalLabels: {} @@ -59,6 +58,7 @@ service: # externalIPs: [] # externalTrafficPolicy: "" # ipFamilyPolicy: "" +# trafficDistribution: PreferClose # The name of the Service # If not set, a name is generated using the fullname template name: ""