Update Calico from v3.4.0 to v3.5.0

* https://docs.projectcalico.org/v3.5/releases/
This commit is contained in:
Dalton Hubble
2019-01-27 16:34:30 -08:00
parent 6b87132aa1
commit e9659a8539
10 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=ef99293eb2b5fd8ba0bb19fb49e795899dbe690d"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=54f15b6c8c4fa14a3f8ae3f58036a7b51e47ef87"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]