Skip to content

Commit

Permalink
Merge pull request #177 from caguiclajmg/master
Browse files Browse the repository at this point in the history
Fix `trafficDistribution` documentation issue
  • Loading branch information
hagaibarel authored Oct 8, 2024
2 parents b0c2821 + c7d3ee2 commit b49816a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ prometheus:
prometheus.io/scrape: "true"
prometheus.io/port: "9153"
selector: {}
# trafficDistribution: PreferClose
monitor:
enabled: false
additionalLabels: {}
Expand All @@ -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: ""
Expand Down

0 comments on commit b49816a

Please sign in to comment.