Skip to content

Commit 946ab68

Browse files
marinakogrjeberhard
authored andcommitted
updated oke run with k8s 1.32.1
1 parent cbfad55 commit 946ab68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.oke

Lines changed: 2 additions & 2 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.31.1'
86+
defaultValue: '1.32.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.aaaaaaaatkz7laillswel25edlbmq67ino2y2pv6xhp2lml2vzha44ao5gtq'
93+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaak36p3gcd7m5fypfs5j5flxaqxykon4dkjqd3j45zkq57cq52ovoq'
9494

9595
)
9696
string(name: 'KUBECTL_VERSION',

0 commit comments

Comments
 (0)