upgrade external dns (#12729)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-04-03 02:35:42 -07:00
committed by Kubernetes Prow Robot
parent a955012cef
commit 79df5215f6
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ description: |
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.7.2
appVersion: 0.5.9
version: 1.7.3
appVersion: 0.5.12
home: https://github.com/kubernetes-incubator/external-dns
sources:
- https://github.com/kubernetes-incubator/external-dns
+1 -1
View File
@@ -50,7 +50,7 @@ The following table lists the configurable parameters of the external-dns chart
| `google.serviceAccountKey` | When using the Google provider, optionally specify the service account key JSON file. Must be provided when no existing secret is used, in this case a new secret will be created holding this service account | `""` |
| `image.name` | Container image name (Including repository name if not `hub.docker.com`). | `registry.opensource.zalan.do/teapot/external-dns` |
| `image.pullPolicy` | Container pull policy. | `IfNotPresent` |
| `image.tag` | Container image tag. | `v0.5.9` |
| `image.tag` | Container image tag. | `v0.5.12` |
| `image.pullSecrets` | Array of pull secret names | `[]` |
| `infoblox.gridHost` | When using the Infoblox provider, specify the Infoblox Grid host. | `""` |
| `infoblox.wapiUsername` | When using the Infoblox provider, specify the Infoblox WAPI username. | `""` |
+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.9
tag: v0.5.12
pullSecrets: []
pullPolicy: IfNotPresent