From de74d479458e098d6d050484c8e0725284749a57 Mon Sep 17 00:00:00 2001 From: Diogo Souza Date: Fri, 14 Jun 2024 14:50:17 -0300 Subject: [PATCH] adding istio 1.22.1 (#82) --- Dockerfile | 2 +- scripts/fetch_istio_releases.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8030f33..86823d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM registry.suse.com/suse/sle15:15.3 -ENV ISTIO_VERSION 1.21.1 +ENV ISTIO_VERSION 1.22.1 RUN zypper -n update && \ zypper -n install curl jq openssl nginx tar gzip sudo diff --git a/scripts/fetch_istio_releases.sh b/scripts/fetch_istio_releases.sh index 8a3aad6..8e79a70 100644 --- a/scripts/fetch_istio_releases.sh +++ b/scripts/fetch_istio_releases.sh @@ -6,7 +6,7 @@ RELEASE_DIR=${1} echo ${RELEASE_DIR} # Istio versions that need to be supported in the image for airgap installation. -istio_version_array=(1.7.1 1.7.3 1.8.3 1.8.5 1.8.6 1.9.3 1.9.5 1.9.6 1.9.8 1.10.4 1.11.4 1.11.7 1.12.6 1.13.3 1.14.1 1.14.3 1.15.3 1.16.3 1.17.2 1.18.2 1.19.0 1.19.5 1.19.6 1.20.3 1.21.1) +istio_version_array=(1.7.1 1.7.3 1.8.3 1.8.5 1.8.6 1.9.3 1.9.5 1.9.6 1.9.8 1.10.4 1.11.4 1.11.7 1.12.6 1.13.3 1.14.1 1.14.3 1.15.3 1.16.3 1.17.2 1.18.2 1.19.0 1.19.5 1.19.6 1.20.3 1.21.1 1.22.1) if [ -z "${RELEASE_DIR}" ]; then echo "No directory given"