Skip to content

Commit c794a72

Browse files
marinakogrjeberhard
authored andcommitted
changed k8s version to 1.31.1
1 parent d0542a3 commit c794a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile.oke

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ pipeline {
8383

8484
string(name: 'OKE_KUBE_VERSION',
8585
description: 'kube version for oke cluster',
86-
defaultValue: '1.30.1'
86+
defaultValue: '1.31.1'
8787
)
8888
string(name: 'IMAGE_ID',
8989
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
9090
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
9191
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
9292
//1.29.1 'ocid1.image.oc1.phx.aaaaaaaa22u45gr3ikxnc6rius2qil2kz5k3e7p476c4usr6qnvql4l5dxea'
93-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaahgrs3zcwrvutjtni557ttrt62uggseijsmqxacr7dym423uaokcq'
93+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaatkz7laillswel25edlbmq67ino2y2pv6xhp2lml2vzha44ao5gtq'
9494

9595
)
9696
string(name: 'KUBECTL_VERSION',
@@ -193,7 +193,7 @@ pipeline {
193193
)
194194
string(name: 'MONITORING_EXPORTER_WEBAPP_VERSION',
195195
description: '',
196-
defaultValue: '2.1.3'
196+
defaultValue: '2.2.2'
197197
)
198198
string(name: 'PROMETHEUS_CHART_VERSION',
199199
description: '',

0 commit comments

Comments
 (0)