update externaldns chart to 0.5.0 (#5349)

This commit is contained in:
James Sigurðarson
2018-05-02 04:17:17 -07:00
committed by k8s-ci-robot
parent d8bc42df0c
commit 01af0742f5
3 changed files with 4 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.5.4
appVersion: 0.4.8
version: 0.5.5
appVersion: 0.5.0
home: https://github.com/kubernetes-incubator/external-dns
sources:
- https://github.com/kubernetes-incubator/external-dns
@@ -12,6 +12,7 @@ rules:
resources:
- ingresses
- services
- pods
verbs:
- get
- list
+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.4.8
tag: v0.5.0
pullSecrets: []
pullPolicy: IfNotPresent