Update Cilium from v1.9.5 to v1.9.6

* https://github.com/cilium/cilium/releases/tag/v1.9.6
This commit is contained in:
Dalton Hubble
2021-04-26 10:55:23 -07:00
parent 6cb9c0341b
commit 9c842395a8
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=f8fd2f8912455ecef1f54c282e81a60a3da91548"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=079b348bf7d9580f4459769921bfa0c5602623a0"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]