Update etcd from v3.5.12 to v3.5.13 and bump Calico/Cilium

* Update Cilium from v1.15.2 to v1.15.3
* Update Calico from v3.27.2 to v3.27.3
This commit is contained in:
Dalton Hubble
2024-04-03 22:48:36 -07:00
parent 4bc10a8a4c
commit cafcdbc3e7
21 changed files with 28 additions and 20 deletions

View File

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

View File

@ -11,7 +11,7 @@ systemd:
Requires=docker.service
After=docker.service
[Service]
Environment=ETCD_IMAGE=quay.io/coreos/etcd:v3.5.12
Environment=ETCD_IMAGE=quay.io/coreos/etcd:v3.5.13
ExecStartPre=/usr/bin/docker run -d \
--name etcd \
--network host \