From bb191299dd6985ef133b0d42a01de17c825430be Mon Sep 17 00:00:00 2001 From: Nicolas Hicher Date: Mon, 18 Dec 2023 14:23:43 -0500 Subject: [PATCH] bump zuul to 9.3.0-1 and nodepool to 9.1.0-1 Depends-On: https://softwarefactory-project.io/r/c/containers/+/30449 Change-Id: If617168b847d84da5f6ca3bc26ee718ae65a6f34 --- controllers/libs/base/images.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/libs/base/images.go b/controllers/libs/base/images.go index 247143f3..4a38b0f6 100644 --- a/controllers/libs/base/images.go +++ b/controllers/libs/base/images.go @@ -14,8 +14,8 @@ func ImageToString(i Image) string { } const ( - nodepoolImageVersion = "9.0.0-9" - zuulImageVersion = "9.2.0-3" + nodepoolImageVersion = "9.1.0-1" + zuulImageVersion = "9.3.0-1" ) var (