We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42ce2d1 + 0109b61 commit 23574edCopy full SHA for 23574ed
jenkins/image_building/build-image.sh
@@ -46,9 +46,9 @@ fi
46
if [[ "${IMAGE_TYPE}" == "node" ]]; then
47
# The default data source for cloud-init element is exclusively Amazon EC2
48
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"}"
+ export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"v1.33.0"}"
+ export CRIO_VERSION="${CRIO_VERSION:-"v1.32.3"}"
+ export CRICTL_VERSION="${CRICTL_VERSION-"v1.33.0"}"
52
img_name="${IMAGE_OS^^}_${numeric_release}_NODE_IMAGE_K8S_${KUBERNETES_VERSION}"
53
else
54
commit_short="$(git rev-parse --short HEAD)"
0 commit comments