Skip to content

Commit 7609a48

Browse files
authored
Update Kubernetes version for PowerVS e2e (#1046)
1 parent 766ba45 commit 7609a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ init_network_powervs(){
105105
prerequisites_powervs(){
106106
# Assigning PowerVS variables
107107
export IBMPOWERVS_SSHKEY_NAME=${IBMPOWERVS_SSHKEY_NAME:-"powercloud-bot-key"}
108-
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:-"capibm-powervs-centos-streams8-1-24-2"}
108+
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:-"capibm-powervs-centos-streams8-1-25-1"}
109109
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:-"d53da3bf-1f4a-42fa-9735-acf16b1a05cd"}
110110
export IBMPOWERVS_NETWORK_NAME="capi-net-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head --bytes 5)"
111111
# Setting controller loglevel to allow debug logs from the PowerVS client

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-md-remediation.yaml"
4343

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

0 commit comments

Comments
 (0)