Skip to content

Commit

Permalink
chore: update ExternalDNS to v0.5.16
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Linkhorst <martin.linkhorst@zalando.de>
  • Loading branch information
linki committed Aug 20, 2019
1 parent efcbf49 commit e66d24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/external-dns/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
application: external-dns
version: v0.5.15
version: v0.5.15-55-g6c68e1b
spec:
strategy:
type: Recreate
Expand All @@ -16,7 +16,7 @@ spec:
metadata:
labels:
application: external-dns
version: v0.5.15
version: v0.5.15-55-g6c68e1b
{{ if eq .ConfigItems.kube_aws_iam_controller_kube_system_enable "false"}}
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-external-dns"
Expand All @@ -30,7 +30,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: pierone.stups.zalan.do/teapot/external-dns:v0.5.15
image: pierone.stups.zalan.do/teapot/external-dns:v0.5.15-55-g6c68e1b
args:
- --source=service
- --source=ingress
Expand Down

0 comments on commit e66d24e

Please sign in to comment.