File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
integration-tests/src/test/resources/bash-scripts Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ pipeline {
102
102
choice(name: 'ISTIO_VERSION',
103
103
description: 'Istio version',
104
104
choices: [
105
+ '1.23.0',
105
106
'1.17.2',
106
107
'1.16.1',
107
108
'1.13.2',
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ pipeline {
80
80
choice(name: 'ISTIO_VERSION',
81
81
description: 'Istio version',
82
82
choices: [
83
+ '1.23.0',
83
84
'1.17.2',
84
85
'1.16.1',
85
86
'1.13.2',
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pipeline {
30
30
31
31
triggers {
32
32
// timer trigger for "nightly build"
33
- parameterizedCron(env.JOB_NAME == 'wko-kind-main -nightly-podman-upgrade' ?
33
+ parameterizedCron(env.JOB_NAME == 'wko-kind-release42 -nightly-podman-upgrade' ?
34
34
CRON_SETTINGS : '')
35
35
}
36
36
@@ -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