mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update externaldns chart to 0.5.0 (#5349)
This commit is contained in:
committed by
k8s-ci-robot
parent
d8bc42df0c
commit
01af0742f5
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user