Skip to content

Commit 5c68ad5

Browse files
committed
Use manifest image for router
1 parent a588cc4 commit 5c68ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/controlplanes/microservices.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func newControllerMicroservice(namespace string, cfg *controllerMicroserviceConf
256256
},
257257
{
258258
Name: "SystemImages_Router_2",
259-
Value: util.TransformImageToARM(cfg.routerImage),
259+
Value: cfg.routerImage,
260260
},
261261
{
262262
Name: "PORT_ALLOC_ADDRESS",

0 commit comments

Comments
 (0)