From d1233e1a73e137190ae4d24669aef0f758e5b7e0 Mon Sep 17 00:00:00 2001 From: Derek Tamsen <828329+derektamsen@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:24:48 -0700 Subject: [PATCH] feat: add istio 1.26 and 1.27 Update istio library to include versions 1.26 and 1.27. --- libs/istio/config.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/istio/config.jsonnet b/libs/istio/config.jsonnet index 6aed3e01..2707d075 100644 --- a/libs/istio/config.jsonnet +++ b/libs/istio/config.jsonnet @@ -1,5 +1,7 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + ['1.27', '1.27.1','files'], + ['1.26', '1.26.4','files'], ['1.25', '1.25.2','files'], ['1.24', '1.24.5','files'], ['1.23', '1.23.3','crds'],