Update default Cilium and CoreDNS components

* Update the CoreDNS and Cilium versons used by default when
folks aren't managing the components themselves
This commit is contained in:
Dalton Hubble
2024-08-05 08:47:06 -07:00
parent 6e2daded02
commit 2daa23be50
11 changed files with 12 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=1609060f4f138f3b3aef74a9e5494e0fe831c423"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=66d8fe3a4dab14c9459ca9e1f3ebc6f047d86277"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]