Update Calico from v3.26.1 to v3.26.3

This commit is contained in:
Dalton Hubble
2023-10-29 18:19:10 -07:00
parent 386a004072
commit 4c8bfa4615
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=f911337cd875f12a88b06ce99f3a5e0149006b2b"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=d151ab77b7ebdfb878ea110c86cc77238189f1ed"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]