Update Cilium from v1.13.2 to v1.13.3

* Also update flannel v0.21.2 to v0.22.0

Rel: https://github.com/poseidon/terraform-render-bootstrap/pull/355
This commit is contained in:
Dalton Hubble
2023-06-11 19:59:10 -07:00
parent 094811dc73
commit 6f4b4cc508
11 changed files with 15 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=9932d03696888bede5f3ecf6ce872c6cea97782e"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8c3ca3e9358d958cdffd01e10c25c0c6dabda48f"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]