Skip to content

Commit

Permalink
Bump capibm images to k8s 1.28.x for e2e flow
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab committed Dec 15, 2023
1 parent fdf36f4 commit 98e6750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ init_network_powervs(){
prerequisites_powervs(){
# Assigning PowerVS variables
export IBMPOWERVS_SSHKEY_NAME=${IBMPOWERVS_SSHKEY_NAME:-"powercloud-bot-key"}
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:-"capibm-powervs-centos-streams8-1-27-2"}
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:-"capibm-powervs-centos-streams8-1-28-4"}
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:-"d53da3bf-1f4a-42fa-9735-acf16b1a05cd"}
export IBMPOWERVS_NETWORK_NAME="capi-net-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head --bytes 5)"
export ZONE=${BOSKOS_ZONE:-"osa21"}
Expand All @@ -135,7 +135,7 @@ prerequisites_vpc(){
export IBMVPC_ZONE="${IBMVPC_REGION}-1"
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:-"fa5405a58226402f9a5818cb9b8a5a8a"}
export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:-"capi-vpc-e2e"}
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:-"capibm-vpc-ubuntu-2004-kube-v1-27-2"}
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:-"capibm-vpc-ubuntu-2004-kube-v1-28-4"}
export IBMVPC_PROFILE=${IBMVPC_PROFILE:-"bx2-4x16"}
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:-"vpc-cloud-bot-key"}
export PROVIDER_ID_FORMAT=v2
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/ibmcloud-e2e-powervs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ providers:
targetName: "cluster-template-powervs-md-remediation.yaml"

variables:
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.27.2}"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.28.4}"
# Below variable should be set based on the targeted environment
SERVICE_ENDPOINT: "${SERVICE_ENDPOINT:-}"
# Cluster Addons
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/ibmcloud-e2e-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ providers:
targetName: "cluster-template-vpc.yaml"

variables:
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.27.2}"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.28.4}"
# Below variable should be set based on the targeted environment
SERVICE_ENDPOINT: "${SERVICE_ENDPOINT:-}"
# Cluster Addons
Expand Down

0 comments on commit 98e6750

Please sign in to comment.