[powerdns] Fix some minor issues introduced by dde8baec08 in k8s-at-home/charts#78. (#468)

- Bring `appVersion` from `Chart.yaml` back in sync with the wq`image.tag` from `values.yaml`
- `postgres.enabled` -> `postgresql.enabled` for postgresql dependency in `Chart.yaml`

Signed-off-by: David Armstrong <stretched@users.noreply.github.com>
This commit is contained in:
stretched 2021-01-04 00:25:00 +11:00 committed by GitHub
parent 77ea057807
commit d3679c6d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v4.3.0
appVersion: v4.3.1
description: 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.
name: powerdns
version: 3.0.0
version: 3.0.1
home: https://www.powerdns.com/
sources:
- http://www.github.com/PowerDNS/
@ -14,7 +14,7 @@ dependencies:
- name: postgresql
version: 10.2.0
repository: https://charts.bitnami.com/bitnami
condition: postgres.enabled
condition: postgresql.enabled
- name: mariadb
version: 9.2.0
repository: https://charts.bitnami.com/bitnami