From abf919e267c7ecc5bf67596d1903b711d0bdb2c0 Mon Sep 17 00:00:00 2001 From: Russell Bunch Date: Mon, 26 Aug 2024 15:37:13 -0500 Subject: [PATCH] MTL-2457 New Kernel Includes kernel `6.4.0-150600.23.17-default` --- assets.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets.sh b/assets.sh index 187118901..86b8189a6 100755 --- a/assets.sh +++ b/assets.sh @@ -31,7 +31,7 @@ NCN_ARCH='x86_64' CN_ARCH=("x86_64") # All images must use the same, exact kernel version. -KERNEL_VERSION='6.4.0-150600.23.7.4.28314.3.PTF.1215587-default' +KERNEL_VERSION='6.4.0-150600.23.17-default' # NOTE: The kernel-default-debuginfo package version needs to be aligned # to the KERNEL_VERSION. Always verify and update the correct version of # the kernel-default-debuginfo package when changing the KERNEL_VERSION @@ -41,7 +41,7 @@ KERNEL_VERSION='6.4.0-150600.23.7.4.28314.3.PTF.1215587-default' KERNEL_DEFAULT_DEBUGINFO_VERSION="${KERNEL_VERSION//-default/}" # The image ID may not always match the other images and should be defined individually. -KUBERNETES_IMAGE_ID=6.2.4 +KUBERNETES_IMAGE_ID=6.2.5 KUBERNETES_ASSETS=( "https://artifactory.algol60.net/artifactory/csm-images/stable/kubernetes/${KUBERNETES_IMAGE_ID}/kubernetes-${KUBERNETES_IMAGE_ID}-${NCN_ARCH}.squashfs" "https://artifactory.algol60.net/artifactory/csm-images/stable/kubernetes/${KUBERNETES_IMAGE_ID}/${KERNEL_VERSION}-${KUBERNETES_IMAGE_ID}-${NCN_ARCH}.kernel" @@ -49,13 +49,13 @@ KUBERNETES_ASSETS=( ) # The image ID may not always match the other images and should be defined individually. -PIT_IMAGE_ID=6.2.4 +PIT_IMAGE_ID=6.2.5 PIT_ASSETS=( "https://artifactory.algol60.net/artifactory/csm-images/stable/pre-install-toolkit/${PIT_IMAGE_ID}/pre-install-toolkit-${PIT_IMAGE_ID}-${NCN_ARCH}.iso" ) # The image ID may not always match the other images and should be defined individually. -STORAGE_CEPH_IMAGE_ID=6.2.4 +STORAGE_CEPH_IMAGE_ID=6.2.5 STORAGE_CEPH_ASSETS=( "https://artifactory.algol60.net/artifactory/csm-images/stable/storage-ceph/${STORAGE_CEPH_IMAGE_ID}/storage-ceph-${STORAGE_CEPH_IMAGE_ID}-${NCN_ARCH}.squashfs" "https://artifactory.algol60.net/artifactory/csm-images/stable/storage-ceph/${STORAGE_CEPH_IMAGE_ID}/${KERNEL_VERSION}-${STORAGE_CEPH_IMAGE_ID}-${NCN_ARCH}.kernel" @@ -63,7 +63,7 @@ STORAGE_CEPH_ASSETS=( ) # The image ID may not always match the other images and should be defined individually. -COMPUTE_IMAGE_ID=6.2.4 +COMPUTE_IMAGE_ID=6.2.5 for arch in "${CN_ARCH[@]}"; do eval "COMPUTE_${arch}_ASSETS"=\( \ "https://artifactory.algol60.net/artifactory/csm-images/stable/compute/${COMPUTE_IMAGE_ID}/compute-${COMPUTE_IMAGE_ID}-${arch}.squashfs" \