From 701ca579f299d55dc2eaefe190024f3839d583a6 Mon Sep 17 00:00:00 2001 From: howlla Date: Mon, 9 Oct 2023 10:53:39 -0700 Subject: [PATCH] auto coredns version --- .../index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/single-new-eks-awsnative-fargate-observability-construct/index.ts b/lib/single-new-eks-awsnative-fargate-observability-construct/index.ts index a413441e..431941c0 100644 --- a/lib/single-new-eks-awsnative-fargate-observability-construct/index.ts +++ b/lib/single-new-eks-awsnative-fargate-observability-construct/index.ts @@ -51,7 +51,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct { }; const coreDnsAddOnProps : blueprints.CoreDnsAddOnProps = { - version:"v1.10.1-eksbuild.1", + version:"auto", configurationValues:{ computeType: "Fargate" } };