Skip to content

Commit 23574ed

Browse files
Merge pull request #995 from Nordix/peppi-lotta/bump-k8s-1.33
🌱 Uplift Kubernetes version to v1.33.0 for image building
2 parents 42ce2d1 + 0109b61 commit 23574ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/image_building/build-image.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ fi
4646
if [[ "${IMAGE_TYPE}" == "node" ]]; then
4747
# The default data source for cloud-init element is exclusively Amazon EC2
4848
export DIB_CLOUD_INIT_DATASOURCES="ConfigDrive"
49-
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.32.1"}"
50-
export CRIO_VERSION="${CRIO_VERSION:-"v1.32.1"}"
51-
export CRICTL_VERSION="${CRICTL_VERSION-"v1.32.0"}"
49+
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.33.0"}"
50+
export CRIO_VERSION="${CRIO_VERSION:-"v1.32.3"}"
51+
export CRICTL_VERSION="${CRICTL_VERSION-"v1.33.0"}"
5252
img_name="${IMAGE_OS^^}_${numeric_release}_NODE_IMAGE_K8S_${KUBERNETES_VERSION}"
5353
else
5454
commit_short="$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)