From 415f618e2bc899d51805046dd96a9d73861fbb0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 09:32:56 -0500 Subject: [PATCH] [powerdns] Update helm chart mariadb to v7.10.4 (#201) Co-authored-by: Renovate Bot --- charts/powerdns/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/powerdns/Chart.yaml b/charts/powerdns/Chart.yaml index a9ec1074..320d8683 100755 --- a/charts/powerdns/Chart.yaml +++ b/charts/powerdns/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 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. name: powerdns -version: 2.0.1 +version: 2.1.0 home: https://www.powerdns.com/ sources: - http://www.github.com/PowerDNS/ @@ -16,6 +16,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgres.enabled - name: mariadb - version: 7.7.1 + version: 7.10.4 repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled