Skip to content

Commit 286b8fb

Browse files
add machine images for powervs
1 parent dad5ba9 commit 286b8fb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/book/src/machine-images/powervs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Region | Bucket | Object | Kubernetes Version |
55
|----------|------------------|-----------------------------------------------------------------|--------------------|
6+
| us-south | power-oss-bucket | [capibm-powervs-centos-streams9-1-30-0-1737523124.ova.gz][streams9-1-30-0] | 1.30.0 |
67
| us-south | power-oss-bucket | [capibm-powervs-centos-streams8-1-29-3.ova.gz][streams8-1-29-3] | 1.29.3 |
78
| us-south | power-oss-bucket | [capibm-powervs-centos-streams8-1-28-4.ova.gz][streams8-1-28-4] | 1.28.4 |
89
| us-south | power-oss-bucket | [capibm-powervs-centos-streams8-1-27-2.ova.gz][streams8-1-27-2] | 1.27.2 |
@@ -22,6 +23,7 @@
2223

2324
> **Note:** These images are built using the [image-builder][image-builder] tool and more information can be found [here](../developer/build-images.md#powervs)
2425
26+
[centos-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
2527
[centos-streams9-1-29-3]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams9-1-29-3-1719470782.ova.gz
2628
[centos-streams8-1-28-4]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams8-1-28-4-1707287079.ova.gz
2729
[streams8-1-29-3]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams8-1-29-3.ova.gz

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ init_network_powervs(){
124124
prerequisites_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-streams8-1-29-3"}
127+
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:-"capibm-powervs-centos-streams9-1-30-0"}
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"}

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.29.3}"
45+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.30.0}"
4646
# Below variable should be set based on the targeted environment
4747
SERVICE_ENDPOINT: "${SERVICE_ENDPOINT:-}"
4848
# Cluster Addons

0 commit comments

Comments
 (0)