Skip to content

Commit dd946cb

Browse files
committed
Merge branch 'okever' into 'main'
Updated oke to 1.28.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4543
2 parents fedd336 + 3bfe302 commit dd946cb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Jenkinsfile.oke

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ pipeline {
6666

6767
string(name: 'OKE_KUBE_VERSION',
6868
description: 'kube version for oke cluster',
69-
defaultValue: '1.27.2'
69+
defaultValue: '1.28.2'
7070
)
7171
string(name: 'IMAGE_ID',
7272
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
7373
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
74-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
74+
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
75+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaajqv2odwgofwohn2chxfytl4uiupz2filik5e2rrepe3izq26pyrq'
7576

7677
)
7778
string(name: 'KUBECTL_VERSION',

Jenkinsfile.okeext

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ pipeline {
6161

6262
string(name: 'KUBE_VERSION',
6363
description: 'kube version for oke cluster',
64-
defaultValue: '1.27.2'
64+
defaultValue: '1.28.2'
6565
)
6666
string(name: 'IMAGE_ID',
6767
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
6868
//defaultValue7.6: 'ocid1.image.oc1.phx.aaaaaaaancucg25pze6m52agxwxmmfszvsdnhp3kvim53pts2tw6mik4xtha'
69-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
69+
//oke1.27.2 defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
70+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaajqv2odwgofwohn2chxfytl4uiupz2filik5e2rrepe3izq26pyrq'
7071
)
7172
string(name: 'KUBECTL_VERSION',
7273
description: 'kubectl version',

0 commit comments

Comments
 (0)