Update Cilium from v1.11.2 to v1.11.3

* https://github.com/cilium/cilium/releases/tag/v1.11.3
This commit is contained in:
Dalton Hubble
2022-04-01 16:43:33 -07:00
parent 93ebfc7dd0
commit 2df1873b7f
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=e5bdb6f6c67461ca3a1cd3449f4703189f14d3e4"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=ab5e18bba9c42a1eb6fa28588259596970d55641"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]