From 256b5acafaddfb2ab993a126913d9a3ee7c3dacf Mon Sep 17 00:00:00 2001 From: Venkat Date: Tue, 7 May 2024 19:47:32 -0700 Subject: [PATCH] feat: update coredns to latest patch .10 --- README.md | 2 +- docs/.header.md | 2 +- tests/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c7fac6..a1b8a15 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ module "captain" { source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git" eks_version = "1.28" csi_driver_version = "v1.30.0-eksbuild.1" - coredns_version = "v1.10.1-eksbuild.7" + coredns_version = "v1.10.1-eksbuild.10" vpc_cidr_block = "10.65.0.0/26" region = "us-west-2" availability_zones = ["us-west-2a", "us-west-2b"] diff --git a/docs/.header.md b/docs/.header.md index e631071..8cdc811 100644 --- a/docs/.header.md +++ b/docs/.header.md @@ -18,7 +18,7 @@ module "captain" { source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git" eks_version = "1.28" csi_driver_version = "v1.30.0-eksbuild.1" - coredns_version = "v1.10.1-eksbuild.7" + coredns_version = "v1.10.1-eksbuild.10" vpc_cidr_block = "10.65.0.0/26" region = "us-west-2" availability_zones = ["us-west-2a", "us-west-2b"] diff --git a/tests/main.tf b/tests/main.tf index 6a76e54..e4b5b8d 100644 --- a/tests/main.tf +++ b/tests/main.tf @@ -3,7 +3,7 @@ module "captain" { source = "../" eks_version = "1.28" csi_driver_version = "v1.30.0-eksbuild.1" - coredns_version = "v1.10.1-eksbuild.7" + coredns_version = "v1.10.1-eksbuild.10" vpc_cidr_block = "10.65.0.0/26" region = "us-west-2" availability_zones = ["us-west-2a", "us-west-2b"]