Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 9, 2023
1 parent fc6232d commit d7e0e37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The following DNS record types are supported:
- `AAAA`
- `CNAME`
- `TXT`
- `SRV`
- `NS`
- `PTR`
- `MX`

## Adguard Home Filtering Rules

Expand Down Expand Up @@ -63,7 +67,8 @@ extraArgs:
sidecars:
- name: adguard-webhook
image: ghcr.io/muhlba91/external-dns-provider-adguard:$RELEASE_VERSION
# x-release-please-version
image: ghcr.io/muhlba91/external-dns-provider-adguard:0.0.0
ports:
- containerPort: 8888
name: http
Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"package-name": "main",
"include-component-in-tag": false,
"changelog-path": "CHANGELOG.md",
"extra-files": []
"extra-files": [
"README.md"
]
}
},
"include-v-in-tag": true,
Expand Down

0 comments on commit d7e0e37

Please sign in to comment.