Update Cilium from v1.9.4 to v1.9.5

* https://github.com/cilium/cilium/releases/tag/v1.9.5
Этот коммит содержится в:
Dalton Hubble
2021-03-14 11:48:22 -07:00
родитель 30b1edfcc6
Коммит a66bccd590
11 изменённых файлов: 11 добавлений и 10 удалений

Просмотреть файл

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

Просмотреть файл

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