From d8b68bee2ae663edfcecfc7f0647fbefcc776977 Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Wed, 6 Nov 2024 16:44:20 +0100 Subject: [PATCH] chore: Update istio module dep to 1.10.0 (#1587) Co-authored-by: Mostafa Shorim --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index b74058185..27b877b26 100644 --- a/.env +++ b/.env @@ -10,6 +10,6 @@ ENV_GARDENER_MIN_NODES=1 ENV_GARDENER_MAX_NODES=2 ## Dependencies -ENV_ISTIO_VERSION=1.9.0 +ENV_ISTIO_VERSION=1.10.0 ENV_K3D_VERSION=v5.4.7 ENV_GORELEASER_VERSION=v1.23.0