File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ init_network_powervs(){
105
105
prerequisites_powervs (){
106
106
# Assigning PowerVS variables
107
107
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 " }
109
109
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:- " d53da3bf-1f4a-42fa-9735-acf16b1a05cd" }
110
110
export IBMPOWERVS_NETWORK_NAME=" capi-net-$( cat /dev/urandom | tr -dc ' a-zA-Z0-9' | head --bytes 5) "
111
111
# Setting controller loglevel to allow debug logs from the PowerVS client
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
42
42
targetName : " cluster-template-md-remediation.yaml"
43
43
44
44
variables :
45
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.24.2 }"
45
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25.1 }"
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