Skip to content

Commit

Permalink
create [patch] release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudalchemybot authored Mar 24, 2020
1 parent 610d430 commit 8ee3333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults

| Name | Default Value | Description |
| ---------------------------- | -------------- | -----------------------------------|
| `coredns_version` | 1.6.7 | CoreDNS package version |
| `coredns_version` | 1.6.9 | CoreDNS package version |
| `coredns_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `coredns` binary is stored on host on which ansible is ran. This overrides `coredns_version` parameter |
| `coredns_dns_port` | 53 | Port on which CoreDNS will listen for DNS requests |
| `coredns_config_file` | | This should contain path to file with coredns configuration [Corefile](https://coredns.io/manual/toc/#configuration) |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
coredns_version: 1.6.7
coredns_version: 1.6.9
coredns_dns_port: 53

# Config file name, searched in ansible templates path.
Expand Down

0 comments on commit 8ee3333

Please sign in to comment.