Skip to content

Commit 319f2b7

Browse files
authored
Bump k8s version to 1.29 in e2e for VPC (#1787)
1 parent 531fd52 commit 319f2b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/book/src/machine-images/vpc.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-vpc-ubuntu-2204-kube-v1-29-3.qcow2][kube-1-29-3] | 1.29.3 |
67
| us-south | power-oss-bucket | [capibm-vpc-ubuntu-2004-kube-v1-28-4.qcow2][kube-1-28-4] | 1.28.4 |
78
| us-south | power-oss-bucket | [capibm-vpc-ubuntu-2004-kube-v1-27-2.qcow2][kube-1-27-2] | 1.27.2 |
89
| us-south | power-oss-bucket | [capibm-vpc-ubuntu-2004-kube-v1-26-2.qcow2][kube-1-26-2] | 1.26.2 |
@@ -11,6 +12,7 @@
1112

1213
Note: These images are built using the [image-builder][image-builder] tool and more information can be found [here](../developer/build-images.md#vpc)
1314

15+
[kube-1-29-3]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2204-kube-v1-29-3.qcow2
1416
[kube-1-28-4]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-28-4.qcow2
1517
[kube-1-27-2]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-27-2.qcow2
1618
[kube-1-26-2]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-26-2.qcow2

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ prerequisites_vpc(){
136136
export IBMVPC_ZONE="${IBMVPC_REGION}-1"
137137
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:-"fa5405a58226402f9a5818cb9b8a5a8a"}
138138
export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:-"capi-vpc-e2e"}
139-
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:-"capibm-vpc-ubuntu-2004-kube-v1-28-4"}
139+
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:-"capibm-vpc-ubuntu-2204-kube-v1-29-3"}
140140
export IBMVPC_PROFILE=${IBMVPC_PROFILE:-"bx2-4x16"}
141141
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:-"vpc-cloud-bot-key"}
142142
export PROVIDER_ID_FORMAT=v2

test/e2e/config/ibmcloud-e2e-vpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ providers:
4242
targetName: "cluster-template-vpc.yaml"
4343

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

0 commit comments

Comments
 (0)