You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image installation fails. The same as creating the model service, you get an error that the image is not found. Again, validation in a different environment is required.
The text was updated successfully, but these errors were encountered:
…auncher and image download (#3042)
resolves#3043 (FR-384) #3044 (FR-382)
Introduces a new `namespace` field for image objects while deprecating the existing `name` field. This change affects how image names are constructed throughout the application, particularly in the image installation modal, service launcher, and endpoint detail pages.
The image name construction now prioritizes the `namespace` field, falling back to `name` when namespace is not available: `registry/namespace:tag` or `registry/name:tag`.
**Checklist:**
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
Image installation fails. The same as creating the model service, you get an error that the image is not found. Again, validation in a different environment is required.
The text was updated successfully, but these errors were encountered: