Skip to content

Commit 8bfdfff

Browse files
Use k8s 1.27.2 images for e2e tests (#1280)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 8d168bd commit 8bfdfff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

scripts/ci-e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ init_network_powervs(){
106106
prerequisites_powervs(){
107107
# Assigning PowerVS variables
108108
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"}
110110
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:-"d53da3bf-1f4a-42fa-9735-acf16b1a05cd"}
111111
export IBMPOWERVS_NETWORK_NAME="capi-net-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head --bytes 5)"
112112
export ZONE=${BOSKOS_ZONE:-"osa21"}
@@ -118,7 +118,7 @@ prerequisites_vpc(){
118118
export IBMVPC_ZONE="${IBMVPC_REGION}-1"
119119
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:-"fa5405a58226402f9a5818cb9b8a5a8a"}
120120
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"}
122122
export IBMVPC_PROFILE=${IBMVPC_PROFILE:-"bx2-4x16"}
123123
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:-"vpc-cloud-bot-key"}
124124
}

test/e2e/config/ibmcloud-e2e-powervs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ providers:
4242
targetName: "cluster-template-powervs-md-remediation.yaml"
4343

4444
variables:
45-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.25.1}"
45+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.27.2}"
4646
# Below variable should be set based on the targeted environment
4747
SERVICE_ENDPOINT: "${SERVICE_ENDPOINT:-}"
4848
# Cluster Addons

test/e2e/config/ibmcloud-e2e-vpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ providers:
4242
targetName: "cluster-template-vpc-load-balancer.yaml"
4343

4444
variables:
45-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.25.2}"
45+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.27.2}"
4646
# Below variable should be set based on the targeted environment
4747
SERVICE_ENDPOINT: "${SERVICE_ENDPOINT:-}"
4848
# Cluster Addons

0 commit comments

Comments
 (0)