mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
upgrade external dns (#12729)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a955012cef
commit
79df5215f6
@@ -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
|
||||
|
||||
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user