From a9770de877771c615a6ee4446d176c755075fd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9D=80=EB=B9=88?= Date: Thu, 9 May 2024 13:45:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=BB=A4=EC=8A=A4=ED=85=80=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EB=A1=9C=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/aws-node-termination-handler/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/aws-node-termination-handler/values.yaml b/apps/aws-node-termination-handler/values.yaml index c1e92ad4..0f3afa48 100644 --- a/apps/aws-node-termination-handler/values.yaml +++ b/apps/aws-node-termination-handler/values.yaml @@ -1,6 +1,7 @@ aws-node-termination-handler: image: - repository: public.ecr.aws/aws-ec2/aws-node-termination-handler + repository: 471407337433.dkr.ecr.ap-northeast-2.amazonaws.com/node-termination-handler + tag: "v1.0.18" taintNode: true emitKubernetesEvents: true logLevel: debug @@ -28,4 +29,4 @@ aws-node-termination-handler: - effect: "NoSchedule" key: xquare/test operator: "Equal" - value: "true" \ No newline at end of file + value: "true"