Commit 7c06baf1 by Daishan

Update external dns image to v0.6.0

parent 46643015
...@@ -3,8 +3,8 @@ description: | ...@@ -3,8 +3,8 @@ description: |
Configure external DNS servers (AWS Route53, Google CloudDNS and others) Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services for Kubernetes Ingresses and Services
name: rancher-external-dns name: rancher-external-dns
version: 0.0.2 version: 0.0.3
appVersion: 0.5.11 appVersion: 0.6.0
home: https://github.com/kubernetes-incubator/external-dns home: https://github.com/kubernetes-incubator/external-dns
sources: sources:
- https://github.com/kubernetes-incubator/external-dns - https://github.com/kubernetes-incubator/external-dns
......
...@@ -6,7 +6,7 @@ This chart will do the following: ...@@ -6,7 +6,7 @@ This chart will do the following:
* Create a deployment of [external-dns] within your Kubernetes Cluster. * Create a deployment of [external-dns] within your Kubernetes Cluster.
Currently this uses the [Zalando] hosted container, if this is a concern follow the steps in the [external-dns] documentation to compile the binary and make a container. Where the chart pulls the image from is fully configurable. Currently this uses official images from release notes at https://github.com/kubernetes-sigs/external-dns, if this is a concern follow the steps in the [external-dns] documentation to compile the binary and make a container. Where the chart pulls the image from is fully configurable.
> **Note**: If you want to use Chart version >1.1.0 with external-dns image <0.5.9 and use aws credentials, make sure to set `aws.credentialsPath: "/root/.aws"` > **Note**: If you want to use Chart version >1.1.0 with external-dns image <0.5.9 and use aws credentials, make sure to set `aws.credentialsPath: "/root/.aws"`
......
## Details about the image to be pulled. ## Details about the image to be pulled.
image: image:
repository: rancher/kubernetes-external-dns repository: rancher/kubernetes-external-dns
tag: v0.5.11 tag: v0.6.0
pullSecrets: [] pullSecrets: []
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment