From f661dee7ec4bc2cb2729fc55343e5f5e7d22d703 Mon Sep 17 00:00:00 2001 From: mgandharva <124261698+mgandharva@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:17:38 +0530 Subject: [PATCH] UBI image update (#1520) * default base image update * default base image update --- config/csm-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/csm-common.mk b/config/csm-common.mk index 380fc65..74a12d9 100644 --- a/config/csm-common.mk +++ b/config/csm-common.mk @@ -14,7 +14,7 @@ # Update this file with the image versions change, and it will be automaticall rolled out across all components. # --- DEFAULT_BASEIMAGE: Specifies the UBI-micro image that is used as the base for the CSM images -DEFAULT_BASEIMAGE="registry.access.redhat.com/ubi9/ubi-micro@sha256:9dbba858e5c8821fbe1a36c376ba23b83ba00f100126f2073baa32df2c8e183a" +DEFAULT_BASEIMAGE="registry.access.redhat.com/ubi9/ubi-micro@sha256:7f376b75faf8ea546f28f8529c37d24adcde33dca4103f4897ae19a43d58192b" # --- DEFAULT_GOVERSION: Specifies the default version of go DEFAULT_GOVERSION="1.23"