Skip to content

Commit

Permalink
fix: fix release please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 9, 2023
1 parent fc6232d commit a48d477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 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 @@ -48,6 +52,7 @@ The Adguard webhook is provided as an OCI image in [ghcr.io/muhlba91/external-dn

The following example shows the deployment as a [sidecar container](https://kubernetes.io/docs/concepts/workloads/pods/#workload-resources-for-managing-pods) in the ExternalDNS pod using the [Bitnami Helm charts for ExternalDNS](https://github.com/bitnami/charts/tree/main/bitnami/external-dns).

<!-- x-release-please-start-version -->
```shell
helm repo add bitnami https://charts.bitnami.com/bitnami

Expand All @@ -63,7 +68,7 @@ extraArgs:
sidecars:
- name: adguard-webhook
image: ghcr.io/muhlba91/external-dns-provider-adguard:$RELEASE_VERSION
image: ghcr.io/muhlba91/external-dns-provider-adguard:v0.1.0
ports:
- containerPort: 8888
name: http
Expand Down Expand Up @@ -102,6 +107,7 @@ sidecars:
- name: DRY_RUN
value: "false"
EOF
<!-- x-release-please-end -->

# install external-dns with helm
helm install external-dns-adguard bitnami/external-dns -f external-dns-adguard-values.yaml
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 a48d477

Please sign in to comment.