Update Calico from v3.11.1 to v3.11.2

* https://docs.projectcalico.org/v3.11/release-notes/
This commit is contained in:
Dalton Hubble
2020-01-18 13:45:24 -08:00
parent b642e3b41b
commit 7daabd28b5
8 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=5ce4fc69537a8bfd1cdd08499e03f246d9f73ca6"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=de85f1da7df0b13dfb7488350c20a510f3090cdf"
cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=5ce4fc69537a8bfd1cdd08499e03f246d9f73ca6"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=de85f1da7df0b13dfb7488350c20a510f3090cdf"
cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]