From 79df5215f68f1cdc846a1b433f8b95a90fd4392f Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Wed, 3 Apr 2019 11:35:42 +0200 Subject: [PATCH] upgrade external dns (#12729) Signed-off-by: David J. M. Karlsen --- stable/external-dns/Chart.yaml | 4 ++-- stable/external-dns/README.md | 2 +- stable/external-dns/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index dbbb0bd836..a4bc7122af 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -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 diff --git a/stable/external-dns/README.md b/stable/external-dns/README.md index a64b24f5bd..ff9768588f 100644 --- a/stable/external-dns/README.md +++ b/stable/external-dns/README.md @@ -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. | `""` | diff --git a/stable/external-dns/values.yaml b/stable/external-dns/values.yaml index 6b22a85062..883dd41c3e 100644 --- a/stable/external-dns/values.yaml +++ b/stable/external-dns/values.yaml @@ -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