Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding istio 1.22.1 #82

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading