[PowerDNS] Gate fix

V4.2 of powerDNS removes the setting out-of-zone-additional-processing
causing the gate to fail. This patch set pins it back down to 4.1.X so
the gate works again.

Change-Id: I52aaa75c51403c5346720e580b5d59110917621b
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-10-12 13:48:23 -05:00
parent b4004c58bb
commit 4e7c9ac479

View File

@ -19,9 +19,9 @@
images:
tags:
powerdns: docker.io/psitrax/powerdns:latest
powerdns: docker.io/psitrax/powerdns:4.1.10
db_init: docker.io/openstackhelm/heat:queens-ubuntu_xenial
db_sync: docker.io/psitrax/powerdns:latest
db_sync: docker.io/psitrax/powerdns:4.1.10
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
image_repo_sync: docker.io/docker:17.07.0
pull_policy: IfNotPresent