Update Calico from v3.23.3 to v3.24.1

* https://github.com/projectcalico/calico/releases/tag/v3.24.1
This commit is contained in:
Dalton Hubble
2022-09-14 08:01:39 -07:00
parent 37de9ca2ae
commit c14300f0be
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=3fa08c542c75d5e62ebab2bd28e0a7392f3ffb46"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=50d43778d088bacb6380943eaf03be117395462a"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]