Skip to content

Commit

Permalink
Bump k8s to v1.32.1 and CRIO to v1.32.1
Browse files Browse the repository at this point in the history
Bumping k8s and CRIO to latest patch version for v1.32.x
Signed-off-by: Kashif Khan <kashif.khan@est.tech>
  • Loading branch information
kashifest committed Feb 7, 2025
1 parent 2f1e9ea commit f5ca9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/image_building/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ fi
if [[ "${IMAGE_TYPE}" == "node" ]]; then
# The default data source for cloud-init element is exclusively Amazon EC2
export DIB_CLOUD_INIT_DATASOURCES="ConfigDrive"
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.32.0"}"
export CRIO_VERSION="${CRIO_VERSION:-"v1.31.3"}"
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.32.1"}"
export CRIO_VERSION="${CRIO_VERSION:-"v1.32.1"}"
export CRICTL_VERSION="${CRICTL_VERSION-"v1.32.0"}"
img_name="${IMAGE_OS^^}_${numeric_release}_NODE_IMAGE_K8S_${KUBERNETES_VERSION}"
else
Expand Down

0 comments on commit f5ca9da

Please sign in to comment.