From b46947bf698361c45260bb7d19e2d07dc7b9dd0f Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 11 Mar 2024 09:59:02 -0400 Subject: [PATCH] update chart to 4.0.6, image to 3.3.10 --- 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 0af2f45..447cd01 100644 --- a/examples/extras/xray/variables.xray.auto.tfvars +++ b/examples/extras/xray/variables.xray.auto.tfvars @@ -6,7 +6,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.5" + version = "4.0.6" use_remote = true } } @@ -18,7 +18,7 @@ xray_images = { source_registry = "public.ecr.aws" source_image = "xray/aws-xray-daemon" source_tag = null - tag = "3.3.9" + tag = "3.3.10" enabled = true } }