Skip to content

Commit

Permalink
Merge branch 'okeupdatever' into 'main'
Browse files Browse the repository at this point in the history
Update OKE to be run with 1.29.1 k8s

See merge request weblogic-cloud/weblogic-kubernetes-operator!4689
  • Loading branch information
rjeberhard committed May 2, 2024
2 parents a7e0424 + 7b05eec commit 4267e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile.oke
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ pipeline {

string(name: 'OKE_KUBE_VERSION',
description: 'kube version for oke cluster',
defaultValue: '1.28.2'
defaultValue: '1.29.1'
)
string(name: 'IMAGE_ID',
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaajqv2odwgofwohn2chxfytl4uiupz2filik5e2rrepe3izq26pyrq'
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaa22u45gr3ikxnc6rius2qil2kz5k3e7p476c4usr6qnvql4l5dxea'

)
string(name: 'KUBECTL_VERSION',
Expand Down Expand Up @@ -137,8 +137,8 @@ pipeline {
defaultValue: "VM.Standard.E3.Flex"
)
string(name: 'MOUNT_TARGET_OCID',
description: 'only for debug runs on wko-oke-dev',
defaultValue: "test"
description: 'only for debug runs on wko-oke-dev'

)
string(name: 'BRANCH',
description: '',
Expand Down

0 comments on commit 4267e4e

Please sign in to comment.