From c290506dc8117959b8df90580513d47350fedae9 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 17 Nov 2023 10:48:52 -0500 Subject: [PATCH] udpate chart to 4.0.5, daemon to 3.3.9 --- examples/extras/xray/variables.xray.auto.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/extras/xray/variables.xray.auto.tfvars b/examples/extras/xray/variables.xray.auto.tfvars index 73c4ff5..91660ee 100644 --- a/examples/extras/xray/variables.xray.auto.tfvars +++ b/examples/extras/xray/variables.xray.auto.tfvars @@ -5,7 +5,7 @@ xray_charts = { name = "aws-xray" documentation = "https://artifacthub.io/packages/helm/okgolove/aws-xray" repository = "https://okgolove.github.io/helm-charts" - version = "4.0.3" + version = "4.0.5" use_remote = true } } @@ -17,7 +17,7 @@ xray_images = { source_registry = "public.ecr.aws" source_image = "xray/aws-xray-daemon" source_tag = null - tag = "3.3.7" + tag = "3.3.9" enabled = true } }