File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed
integration-tests/src/test/resources/bash-scripts Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ pipeline {
104
104
choice(name : ' ISTIO_VERSION' ,
105
105
description : ' Istio version' ,
106
106
choices : [
107
+ ' 1.23.0' ,
107
108
' 1.17.2' ,
108
109
' 1.16.1' ,
109
110
' 1.13.2' ,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ pipeline {
90
90
choice(name: 'ISTIO_VERSION',
91
91
description: 'Istio version',
92
92
choices: [
93
+ '1.23.0',
93
94
'1.17.2',
94
95
'1.16.1',
95
96
'1.13.2',
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ pipeline {
101
101
choice(name: 'ISTIO_VERSION',
102
102
description: 'Istio version',
103
103
choices: [
104
+ '1.23.0',
104
105
'1.17.2',
105
106
'1.16.1',
106
107
'1.13.2',
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ pipeline {
85
85
choice(name: 'ISTIO_VERSION',
86
86
description: 'Istio version',
87
87
choices: [
88
+ '1.23.0',
88
89
'1.17.2',
89
90
'1.16.1',
90
91
'1.13.2',
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ pipeline {
117
117
choice(name: 'ISTIO_VERSION',
118
118
description: 'Istio version',
119
119
choices: [
120
+ '1.23.0',
120
121
'1.17.2',
121
122
'1.16.1',
122
123
'1.13.2',
Original file line number Diff line number Diff line change 5
5
# Description:
6
6
#
7
7
# 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
9
9
# https://istio.io/docs/setup/install/istioctl/
10
10
# https://istio.io/latest/docs/setup/install/standalone-operator/
11
11
# https://github.com/istio/istio/releases
@@ -56,7 +56,7 @@ ${KUBERNETES_CLI} create namespace istio-system
56
56
}
57
57
58
58
# MAIN
59
- version=${1:- 1.13.2 }
59
+ version=${1:- 1.23.0 }
60
60
workdir=${2:- `pwd`}
61
61
wko_tenancy=${3:- devweblogic}
62
62
arch=${4:- linux-amd64}
You can’t perform that action at this time.
0 commit comments