Skip to content

Commit

Permalink
Bumping up MUO to v0.1.952
Browse files Browse the repository at this point in the history
  • Loading branch information
tiguelu committed Sep 6, 2023
1 parent 5afcf2e commit 8033da8
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 @@ -89,7 +89,7 @@ func MdsdImage(acrDomain string) string {

// MUOImage contains the location of the Managed Upgrade Operator container image
func MUOImage(acrDomain string) string {
return acrDomain + "/managed-upgrade-operator:aro-b4"
return acrDomain + "/app-sre/managed-upgrade-operator:v0.1.952-44b631a"
}

// GateKeeperImage contains the location of the GateKeeper container image
Expand Down

0 comments on commit 8033da8

Please sign in to comment.