Skip to content

Commit

Permalink
feat: update coredns to latest patch .10
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored May 8, 2024
1 parent cf58335 commit 256b5ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 256b5ac

Please sign in to comment.