Skip to content

Commit b49816a

Browse files
authored
Merge pull request #177 from caguiclajmg/master
Fix `trafficDistribution` documentation issue
2 parents b0c2821 + c7d3ee2 commit b49816a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/coredns/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.35.0
3+
version: 1.35.1
44
appVersion: 1.11.3
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919
type: application
2020
annotations:
2121
artifacthub.io/changes: |
22-
- kind: added
23-
description: Support `trafficDistribution` property for service
22+
- kind: changed
23+
description: Move `trafficDistribution` key to correct path

charts/coredns/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ prometheus:
4343
prometheus.io/scrape: "true"
4444
prometheus.io/port: "9153"
4545
selector: {}
46-
# trafficDistribution: PreferClose
4746
monitor:
4847
enabled: false
4948
additionalLabels: {}
@@ -59,6 +58,7 @@ service:
5958
# externalIPs: []
6059
# externalTrafficPolicy: ""
6160
# ipFamilyPolicy: ""
61+
# trafficDistribution: PreferClose
6262
# The name of the Service
6363
# If not set, a name is generated using the fullname template
6464
name: ""

0 commit comments

Comments
 (0)