Update Cilium from v1.13.1 to v1.13.2

* https://github.com/cilium/cilium/releases/tag/v1.13.2
This commit is contained in:
Dalton Hubble
2023-04-20 08:44:31 -07:00
parent 501e6d25e0
commit 5feb4c63f7
11 changed files with 13 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=4d3eeadb35f3e08c75d9cf9a3ed026f224e67a56"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=39d7b3eff90f06a1804c418f3de39afd527e9c7c"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]