File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ pipeline {
75
75
76
76
string(name: 'OKE_KUBE_VERSION',
77
77
description: 'kube version for oke cluster',
78
- defaultValue: '1.28.2 '
78
+ defaultValue: '1.29.1 '
79
79
)
80
80
string(name: 'IMAGE_ID',
81
81
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
82
82
//defaultValue OKE1.26.2: 'ocid1.image.oc1.phx.aaaaaaaaaizmtmozeudeeuq7o5ir7dkl2bkxbbb3tgomshqbqn6jpomrsjza'
83
83
//1.27.2 oke defaultValue: 'ocid1.image.oc1.phx.aaaaaaaaypr5r5drojwytghw6e6mvpjsscrnkuwtmqlmvmix7kjb2zcnc7wa'
84
- defaultValue: 'ocid1.image.oc1.phx.aaaaaaaajqv2odwgofwohn2chxfytl4uiupz2filik5e2rrepe3izq26pyrq '
84
+ defaultValue: 'ocid1.image.oc1.phx.aaaaaaaa22u45gr3ikxnc6rius2qil2kz5k3e7p476c4usr6qnvql4l5dxea '
85
85
86
86
)
87
87
string(name: 'KUBECTL_VERSION',
@@ -137,8 +137,8 @@ pipeline {
137
137
defaultValue: "VM.Standard.E3.Flex"
138
138
)
139
139
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
+
142
142
)
143
143
string(name: 'BRANCH',
144
144
description: '',
You can’t perform that action at this time.
0 commit comments