Skip to content

Commit

Permalink
adding istio 1.22.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoasouza authored Jun 14, 2024
1 parent 94906b1 commit de74d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch_istio_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de74d47

Please sign in to comment.