Commit Graph

3 Commits

Author SHA1 Message Date
Matteo Mortari f622e8a662
build: update image name with prefix following KSC (#899)
taking suggestions from KSC, we are renaming the
images contextually with the recent migration to
ghcr.io so to align with other KF WGs direction.

ghcr.io/kubeflow/model-registry                     ---> ghcr.io/kubeflow/model-registry/server
ghcr.io/kubeflow/model-registry-ui                  ---> ghcr.io/kubeflow/model-registry/ui
ghcr.io/kubeflow/model-registry-storage-initializer ---> ghcr.io/kubeflow/model-registry/storage-initializer

see also: https://cloud-native.slack.com/archives/C073N7B6K3R/p1742475367994499?thread_ts=1741893292.124179&cid=C073N7B6K3R

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
2025-03-21 07:07:28 +00:00
Matteo Mortari e350528464
ci: followup to kubeflow#872 sync default branch GH action (#897)
* ci: followup to #872 sync default branch GH action

some GitHub Actions are failing on `main` default branch
because of a couple of missing updates

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

* correct UI image push

based on https://github.com/kubeflow/model-registry/actions/runs/13967402697/job/39100848365

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
2025-03-20 13:38:32 +00:00
Andrea Lamparelli 4cc309b8a7
feat(csi): restructure the CSI as different mr executable (#601)
* Restructure the CSI as different executable

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>

* Move csi under /cmd

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>

---------

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
2024-12-11 09:30:03 +00:00