File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docs/book/src/machine-images Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44| Region | Bucket | Object | Kubernetes Version |
55| ----------| ------------------| -----------------------------------------------------------------| --------------------|
6+ | us-south | power-oss-bucket | [ capibm-powervs-centos-streams9-1-32-3.ova.gz] [ streams9-1-32-3 ] | 1.32.3 |
67| us-south | power-oss-bucket | [ capibm-powervs-centos-streams9-1-31-0.ova.gz] [ streams9-1-31-0 ] | 1.31.0 |
78| us-south | power-oss-bucket | [ capibm-powervs-centos-streams9-1-30-0.ova.gz] [ streams9-1-30-0 ] | 1.30.0 |
89
1516
1617> ** Note:** These images are built using the [ image-builder] [ image-builder ] tool and more information can be found [ here] ( ../developer/build-images.md#powervs )
1718
19+ [ streams9-1-32-3 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams9-1-32-3-1747820578.ova.gz
1820[ streams9-1-31-0 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams9-1-31-0-1737533452.ova.gz
1921[ streams9-1-30-0 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams9-1-30-0-1737523124.ova.gz
2022[ centos-streams9-1-32-3 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams9-1-32-3-1746768746.ova.gz
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ init_network_powervs(){
124124prerequisites_powervs (){
125125 # Assigning PowerVS variables
126126 export IBMPOWERVS_SSHKEY_NAME=${IBMPOWERVS_SSHKEY_NAME:- " powercloud-bot-key" }
127- export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams9-1-31-0 " }
127+ export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams9-1-32-3 " }
128128 export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:- " d53da3bf-1f4a-42fa-9735-acf16b1a05cd" }
129129 export IBMPOWERVS_NETWORK_NAME=" capi-net-$( cat /dev/urandom | tr -dc ' a-zA-Z0-9' | head --bytes 5) "
130130 export ZONE=${BOSKOS_ZONE:- " osa21" }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
4242 targetName : " cluster-template-powervs-md-remediation.yaml"
4343
4444variables :
45- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.31.0 }"
45+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.32.3 }"
4646 # Below variable should be set based on the targeted environment
4747 SERVICE_ENDPOINT : " ${SERVICE_ENDPOINT:-}"
4848 # Cluster Addons
You can’t perform that action at this time.
0 commit comments