diff --git a/charts/stable/powerdns/README.md b/charts/stable/powerdns/README.md index c8737fbf..0be9478d 100644 --- a/charts/stable/powerdns/README.md +++ b/charts/stable/powerdns/README.md @@ -1,6 +1,6 @@ # powerdns -![Version: 3.4.1](https://img.shields.io/badge/Version-3.4.1-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) +![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. @@ -96,6 +96,7 @@ N/A | postgresql.postgresqlPassword | string | `"pdnspass"` | | | postgresql.postgresqlPostgresPassword | string | `"pdnsadminpass"` | | | postgresql.postgresqlUsername | string | `"pdns"` | | +| powerdns.additionalEnv | list | `[]` | | | powerdns.config | object | `{}` | | | powerdns.dnssec | bool | `true` | | | powerdns.domain | string | `"mydomain.local"` | | @@ -105,7 +106,6 @@ N/A | powerdns.postgres.database | string | `"pdns"` | | | powerdns.postgres.password | string | `"pdnspass"` | | | powerdns.postgres.username | string | `"pdns"` | | -| powerdns.additionalEnv | list | `[]` | | | probes.liveness.enabled | bool | `true` | | | probes.liveness.failureThreshold | int | `5` | | | probes.liveness.initialDelaySeconds | int | `30` | |