File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ init_network_powervs(){
106
106
prerequisites_powervs (){
107
107
# Assigning PowerVS variables
108
108
export IBMPOWERVS_SSHKEY_NAME=${IBMPOWERVS_SSHKEY_NAME:- " powercloud-bot-key" }
109
- export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams8-1-25-1 " }
109
+ export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams8-1-27-2 " }
110
110
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:- " d53da3bf-1f4a-42fa-9735-acf16b1a05cd" }
111
111
export IBMPOWERVS_NETWORK_NAME=" capi-net-$( cat /dev/urandom | tr -dc ' a-zA-Z0-9' | head --bytes 5) "
112
112
export ZONE=${BOSKOS_ZONE:- " osa21" }
@@ -118,7 +118,7 @@ prerequisites_vpc(){
118
118
export IBMVPC_ZONE=" ${IBMVPC_REGION} -1"
119
119
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
120
120
export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:- " capi-vpc-e2e" }
121
- export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2004-kube-v1-25 -2" }
121
+ export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2004-kube-v1-27 -2" }
122
122
export IBMVPC_PROFILE=${IBMVPC_PROFILE:- " bx2-4x16" }
123
123
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:- " vpc-cloud-bot-key" }
124
124
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
42
42
targetName : " cluster-template-powervs-md-remediation.yaml"
43
43
44
44
variables :
45
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25.1 }"
45
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.27.2 }"
46
46
# Below variable should be set based on the targeted environment
47
47
SERVICE_ENDPOINT : " ${SERVICE_ENDPOINT:-}"
48
48
# Cluster Addons
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
42
42
targetName : " cluster-template-vpc-load-balancer.yaml"
43
43
44
44
variables :
45
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25 .2}"
45
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.27 .2}"
46
46
# Below variable should be set based on the targeted environment
47
47
SERVICE_ENDPOINT : " ${SERVICE_ENDPOINT:-}"
48
48
# Cluster Addons
You can’t perform that action at this time.
0 commit comments