Skip to content

Commit 4267e4e

Browse files
committed
Merge branch 'okeupdatever' into 'main'
Update OKE to be run with 1.29.1 k8s See merge request weblogic-cloud/weblogic-kubernetes-operator!4689
2 parents a7e0424 + 7b05eec commit 4267e4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile.oke

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ pipeline {
7575

7676
string(name: 'OKE_KUBE_VERSION',
7777
description: 'kube version for oke cluster',
78-
defaultValue: '1.28.2'
78+
defaultValue: '1.29.1'
7979
)
8080
string(name: 'IMAGE_ID',
8181
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
8282
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
8383
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
84-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaajqv2odwgofwohn2chxfytl4uiupz2filik5e2rrepe3izq26pyrq'
84+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaa22u45gr3ikxnc6rius2qil2kz5k3e7p476c4usr6qnvql4l5dxea'
8585

8686
)
8787
string(name: 'KUBECTL_VERSION',
@@ -137,8 +137,8 @@ pipeline {
137137
defaultValue: "VM.Standard.E3.Flex"
138138
)
139139
string(name: 'MOUNT_TARGET_OCID',
140-
description: 'only for debug runs on wko-oke-dev',
141-
defaultValue: "test"
140+
description: 'only for debug runs on wko-oke-dev'
141+
142142
)
143143
string(name: 'BRANCH',
144144
description: '',

0 commit comments

Comments
 (0)