upgrade external-dns to 0.5.5 (#7363)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-08-28 02:32:52 -07:00
committed by k8s-ci-robot
parent 7623c35945
commit 8cd459ab8a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v1
description: Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 0.7.2
appVersion: 0.5.4
version: 0.7.3
appVersion: 0.5.5
home: https://github.com/kubernetes-incubator/external-dns
sources:
- https://github.com/kubernetes-incubator/external-dns
+1 -1
View File
@@ -1,7 +1,7 @@
## Details about the image to be pulled.
image:
name: registry.opensource.zalan.do/teapot/external-dns
tag: v0.5.4
tag: v0.5.5
pullSecrets: []
pullPolicy: IfNotPresent