File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sudo curl -Lo /usr/bin/kind https://github.com/kubernetes-sigs/kind/releases/dow
66sudo chmod +x /usr/bin/kind
77
88# download the latest openshift client at a certain release level
9- RELEASE_LEVEL=" 4.17 "
9+ RELEASE_LEVEL=" 4.19 "
1010VERSIONS=($( sudo curl -sH ' Accept: application/json' " https://api.openshift.com/api/upgrades_info/v1/graph?channel=stable-${RELEASE_LEVEL} &arch=amd64" | jq -r ' .nodes[].version' | sort) )
1111IFS=$' \n ' SORTED_VERSIONS=($( sort -V <<< " ${VERSIONS[*]}" ) ); unset IFS
1212OPENSHIFT_VERSION=${SORTED_VERSIONS[${#SORTED_VERSIONS[@]} - 1]}
Original file line number Diff line number Diff line change 22set -x
33
44# Download the calico YAML and change the image source to quay
5- curl https://raw.githubusercontent.com/projectcalico/calico/v3.30.2 /manifests/calico.yaml |
5+ curl https://raw.githubusercontent.com/projectcalico/calico/v3.30.3 /manifests/calico.yaml |
66 sed s/docker.io/quay.io/g > temp-calico.yaml
77
88# Delete calico (not needed but more feature rich - for future use)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$0")
66# shellcheck disable=SC1091 # Not following.
77source " $SCRIPT_DIR " /init-env.sh
88
9- ISTIO_VERSION=1.25.2
9+ ISTIO_VERSION=1.27.1
1010ISTIO_DIR=istio-$ISTIO_VERSION
1111
1212# Check if required environment variables are set
Original file line number Diff line number Diff line change 22set -x
33
44# Download the calico YAML and change the image source to quay
5- curl https://raw.githubusercontent.com/projectcalico/calico/v3.30.2 /manifests/calico.yaml |
5+ curl https://raw.githubusercontent.com/projectcalico/calico/v3.30.3 /manifests/calico.yaml |
66 sed s/docker.io/quay.io/g > temp-calico.yaml
77
88# Deploy calico
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$0")
66# shellcheck disable=SC1091 # File not following.
77source " $SCRIPT_DIR " /init-env.sh
88
9- ISTIO_VERSION=1.25.2
9+ ISTIO_VERSION=1.27.1
1010ISTIO_DIR=istio-$ISTIO_VERSION
1111ISTIO_PROFILE=demo
1212
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ IMAGES_TO_PRELOAD=(
2323 quay.io/testnetworkfunction/debug-partner:latest
2424 quay.io/testnetworkfunction/cr-scale-operator:latest
2525 gcr.io/distroless/static:nonroot
26- quay.io/calico/node:v3.30.2
26+ quay.io/calico/node:v3.30.3
2727 quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
2828 ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
2929 registry.access.redhat.com/ubi9/ubi:latest
You can’t perform that action at this time.
0 commit comments