[powerdns] Update helm chart mariadb to v7.10.4 (#201)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-11-24 09:32:56 -05:00 committed by GitHub
parent 118ed4cc26
commit 415f618e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v4.3.0 appVersion: v4.3.0
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. 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 name: powerdns
version: 2.0.1 version: 2.1.0
home: https://www.powerdns.com/ home: https://www.powerdns.com/
sources: sources:
- http://www.github.com/PowerDNS/ - http://www.github.com/PowerDNS/
@ -16,6 +16,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgres.enabled condition: postgres.enabled
- name: mariadb - name: mariadb
version: 7.7.1 version: 7.10.4
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled condition: mariadb.enabled