-
Notifications
You must be signed in to change notification settings - Fork 882
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: synchronize kubeflow model registry manifests to v0.2.10 (#2913)
* Update kubeflow/model-registry manifests from v0.2.10 Signed-off-by: Alessio Pragliola <[email protected]> * chore: dump mr version in sync script Signed-off-by: Alessio Pragliola <[email protected]> --------- Signed-off-by: Alessio Pragliola <[email protected]>
- Loading branch information
1 parent
73cbecf
commit e905bc0
Showing
5 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
apps/model-registry/upstream/options/csi/clusterstoragecontainer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: "serving.kserve.io/v1alpha1" | ||
kind: ClusterStorageContainer | ||
metadata: | ||
name: model-registry-storage-initializer | ||
spec: | ||
container: | ||
name: storage-initializer | ||
image: kubeflow/model-registry-storage-initializer:latest | ||
env: | ||
- name: MODEL_REGISTRY_BASE_URL | ||
value: "model-registry-service.kubeflow.svc.cluster.local:8080" | ||
resources: | ||
requests: | ||
memory: 100Mi | ||
cpu: 100m | ||
limits: | ||
memory: 1Gi | ||
cpu: "1" | ||
supportedUriFormats: | ||
- prefix: model-registry:// |
10 changes: 10 additions & 0 deletions
10
apps/model-registry/upstream/options/csi/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: kubeflow | ||
|
||
resources: | ||
- clusterstoragecontainer.yaml | ||
images: | ||
- name: kubeflow/model-registry-storage-initializer | ||
newName: kubeflow/model-registry-storage-initializer | ||
newTag: v0.2.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters