Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump k8s to 1.32.0, crictl to 1.32.0 and crio to 1.31.3 #929

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading