From 2ffb3182f0122eea008c66a227dacd6d4b5d6891 Mon Sep 17 00:00:00 2001 From: Leo <10501668+ldb@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:03:25 +0200 Subject: [PATCH] istio: Add versions 1.21 and 1.22 (#441) --- libs/istio/config.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/istio/config.jsonnet b/libs/istio/config.jsonnet index 0a415ae..181f448 100644 --- a/libs/istio/config.jsonnet +++ b/libs/istio/config.jsonnet @@ -1,5 +1,7 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + ['1.22', '1.22.3'], + ['1.21', '1.21.5'], ['1.20', '1.20.0'], ['1.19', '1.19.1'], ['1.18', '1.18.6'],