File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,13 @@ pipeline {
66
66
67
67
string(name: 'OKE_KUBE_VERSION',
68
68
description: 'kube version for oke cluster',
69
- defaultValue: '1.27 .2'
69
+ defaultValue: '1.28 .2'
70
70
)
71
71
string(name: 'IMAGE_ID',
72
72
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
73
73
//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'
75
76
76
77
)
77
78
string(name: 'KUBECTL_VERSION',
Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ pipeline {
61
61
62
62
string(name: 'KUBE_VERSION',
63
63
description: 'kube version for oke cluster',
64
- defaultValue: '1.27 .2'
64
+ defaultValue: '1.28 .2'
65
65
)
66
66
string(name: 'IMAGE_ID',
67
67
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
68
68
//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'
70
71
)
71
72
string(name: 'KUBECTL_VERSION',
72
73
description: 'kubectl version',
You can’t perform that action at this time.
0 commit comments