From ec6645ae3446ec1e201217de6746702455fae59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maiti=C3=BA=20=C3=93=20Ciar=C3=A1in?= Date: Thu, 11 Apr 2024 14:40:45 +0200 Subject: [PATCH] Use the correct MDSD image --- pkg/util/version/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index 02151c4e099..36b2c10b87d 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -52,7 +52,7 @@ func MdmImage(acrDomain string) string { // MdsdImage contains the location of the MDSD container image // https://eng.ms/docs/products/geneva/collect/references/linuxcontainers func MdsdImage(acrDomain string) string { - return acrDomain + "/genevamdsd:mariner_20240327.2" + return acrDomain + "/genevamdsd:mariner_20240304.1" } // MUOImage contains the location of the Managed Upgrade Operator container image