Update flannel from v0.15.1 to v0.20.1

* https://github.com/flannel-io/flannel/releases/tag/v0.20.1
This commit is contained in:
Dalton Hubble
2022-11-23 11:03:29 -08:00
parent 50bffaae8f
commit b4857c123e
11 changed files with 11 additions and 10 deletions

View File

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