Update Calico and Flannel CNI providers

* Update Calico from v3.20.2 to v3.21.0
* Update Flannel from v0.14.0 to v0.15.0
This commit is contained in:
Dalton Hubble
2021-11-12 11:03:39 -08:00
parent 07db4c1143
commit 65083aca7d
11 changed files with 16 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=f587918c3319715a94274b95b58d1c7ddf74572a"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=9f9d7708c3368979029b5609431db810a4be8b1b"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]