File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ pipeline {
83
83
84
84
string(name: 'OKE_KUBE_VERSION',
85
85
description: 'kube version for oke cluster',
86
- defaultValue: '1.30 .1'
86
+ defaultValue: '1.31 .1'
87
87
)
88
88
string(name: 'IMAGE_ID',
89
89
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
90
90
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
91
91
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
92
92
//1.29.1 'ocid1.image.oc1.phx.aaaaaaaa22u45gr3ikxnc6rius2qil2kz5k3e7p476c4usr6qnvql4l5dxea'
93
- defaultValue: 'ocid1.image.oc1.phx.aaaaaaaahgrs3zcwrvutjtni557ttrt62uggseijsmqxacr7dym423uaokcq '
93
+ defaultValue: 'ocid1.image.oc1.phx.aaaaaaaatkz7laillswel25edlbmq67ino2y2pv6xhp2lml2vzha44ao5gtq '
94
94
95
95
)
96
96
string(name: 'KUBECTL_VERSION',
@@ -193,7 +193,7 @@ pipeline {
193
193
)
194
194
string(name: 'MONITORING_EXPORTER_WEBAPP_VERSION',
195
195
description: '',
196
- defaultValue: '2.1.3 '
196
+ defaultValue: '2.2.2 '
197
197
)
198
198
string(name: 'PROMETHEUS_CHART_VERSION',
199
199
description: '',
You can’t perform that action at this time.
0 commit comments