Skip to content

Commit 157e639

Browse files
sankarpnrjeberhard
authored andcommitted
Upgrade istio version in main
1 parent cdeb0a1 commit 157e639

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ pipeline {
104104
choice(name: 'ISTIO_VERSION',
105105
description: 'Istio version',
106106
choices: [
107+
'1.23.0',
107108
'1.17.2',
108109
'1.16.1',
109110
'1.13.2',

Jenkinsfile.armoke

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ pipeline {
9090
choice(name: 'ISTIO_VERSION',
9191
description: 'Istio version',
9292
choices: [
93+
'1.23.0',
9394
'1.17.2',
9495
'1.16.1',
9596
'1.13.2',

Jenkinsfile.oke

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ pipeline {
101101
choice(name: 'ISTIO_VERSION',
102102
description: 'Istio version',
103103
choices: [
104+
'1.23.0',
104105
'1.17.2',
105106
'1.16.1',
106107
'1.13.2',

Jenkinsfile.okeext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pipeline {
8585
choice(name: 'ISTIO_VERSION',
8686
description: 'Istio version',
8787
choices: [
88+
'1.23.0',
8889
'1.17.2',
8990
'1.16.1',
9091
'1.13.2',

Jenkinsfile.podman.upgrade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ pipeline {
117117
choice(name: 'ISTIO_VERSION',
118118
description: 'Istio version',
119119
choices: [
120+
'1.23.0',
120121
'1.17.2',
121122
'1.16.1',
122123
'1.13.2',

integration-tests/src/test/resources/bash-scripts/install-istio.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Description:
66
#
77
# This script install a given version of istio using Helm v3.x
8-
# Default istio version is 1.13.2
8+
# Default istio version is 1.23.0
99
# https://istio.io/docs/setup/install/istioctl/
1010
# https://istio.io/latest/docs/setup/install/standalone-operator/
1111
# https://github.com/istio/istio/releases
@@ -56,7 +56,7 @@ ${KUBERNETES_CLI} create namespace istio-system
5656
}
5757

5858
# MAIN
59-
version=${1:-1.13.2}
59+
version=${1:-1.23.0}
6060
workdir=${2:-`pwd`}
6161
wko_tenancy=${3:-devweblogic}
6262
arch=${4:-linux-amd64}

0 commit comments

Comments
 (0)