Skip to content

Commit

Permalink
Update kube-dns from v1.14.9 to v1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 28, 2018
1 parent a43af25 commit 911f411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ variable "container_images" {
flannel = "quay.io/coreos/flannel:v0.10.0-amd64"
flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0"
hyperkube = "k8s.gcr.io/hyperkube:v1.10.2"
kubedns = "k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.9"
kubedns_dnsmasq = "k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.9"
kubedns_sidecar = "k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.9"
kubedns = "k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.10"
kubedns_dnsmasq = "k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.10"
kubedns_sidecar = "k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.10"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:9dc83e1ab3bc36ca25c9f7c18ddef1b91d4a0558"
}
}
Expand Down

0 comments on commit 911f411

Please sign in to comment.