Compare commits

..

2 commits

Author SHA1 Message Date
j
526aaa1dd8 Update versionf or rfc fix 2025-07-10 17:55:47 +10:00
j
f80d240995 Fix rfc2136 host 2025-07-10 17:55:34 +10:00
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@ apiVersion: v2
name: home-server
description: A Helm chart for deploying the home-server application
type: application
version: 0.1.2
version: 0.1.3
appVersion: "1.0.0"

View file

@ -60,7 +60,7 @@ spec:
- --source=service
- --source=ingress
- --provider=rfc2136
- --rfc2136-host=bind-master.dns.svc.cluster.local
- --rfc2136-host=bind-master.{{ .Release.Namespace }}.svc.cluster.local
- --rfc2136-port=53
- --rfc2136-zone=hxme.net
- --rfc2136-tsig-secret=$(RFC2136_TSIG_SECRET)