Skip to content

Commit

Permalink
Use the correct MDSD image (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Apr 11, 2024
1 parent 422e209 commit d6082a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6082a5

Please sign in to comment.