Subcomponents (separate applications living in the same monorepo) are integrated in reticulum with the pattern container:<repository>:<subcomponent> (for example: container:sagittarius:gateway)
The ComponentInfo does not handle this and tries to lookup the sagittarius:gateway image instead of sagittarius-gateway.
Subcomponents (separate applications living in the same monorepo) are integrated in reticulum with the pattern
container:<repository>:<subcomponent>(for example:container:sagittarius:gateway)The
ComponentInfodoes not handle this and tries to lookup thesagittarius:gatewayimage instead ofsagittarius-gateway.