Skip to content

Commit

Permalink
Merge pull request #929 from Nordix/bump-k8s-crictl-and-crio
Browse files Browse the repository at this point in the history
🌱 Bump k8s to 1.32.0, crictl to 1.32.0 and crio to 1.31.3
  • Loading branch information
metal3-io-bot authored Dec 13, 2024
2 parents cea35f8 + c5fa091 commit 73fd2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/image_building/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ 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.31.2"}"
export CRIO_VERSION="${CRIO_VERSION:-"v1.31.1"}"
export CRICTL_VERSION="${CRICTL_VERSION-"v1.31.1"}"
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.32.0"}"
export CRIO_VERSION="${CRIO_VERSION:-"v1.31.3"}"
export CRICTL_VERSION="${CRICTL_VERSION-"v1.32.0"}"
img_name="${IMAGE_OS^^}_${numeric_release}_NODE_IMAGE_K8S_${KUBERNETES_VERSION}"
else
commit_short="$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 73fd2fc

Please sign in to comment.