Update Cilium from v1.12.0 to v1.12.1

* https://github.com/cilium/cilium/releases/tag/v1.12.1
This commit is contained in:
Dalton Hubble
2022-08-17 08:25:09 -07:00
parent ef2d2af0c7
commit fcd8ff2b17
11 changed files with 11 additions and 11 deletions

View File

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