Skip to content

Commit

Permalink
Merge pull request #197 from vaibhavjainwiz/update_stable_manifest_re…
Browse files Browse the repository at this point in the history
…lease

Update Stable Manifest (release branch)
  • Loading branch information
openshift-ci[bot] authored Oct 23, 2023
2 parents aa4ed16 + baeebad commit 52dcc10
Show file tree
Hide file tree
Showing 33 changed files with 5,381 additions and 3,117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ spec:
- --leader-elect
- "--monitoring-namespace"
- "$(MONITORING_NS)"
#This is hardcoded to be false in the overlay to model-mesh.
# Once Kserve and Modelmesh CRD conflict is resolved and both components can be installed together,
# ODH Model Controller will not be deployed as a overlay anymore and will be deployed only as an independent component.
# When that happens, the "kserve-enabled" flag needs to be removed
- --kserve-enabled=false
image: $(odh-model-controller)
env:
- name: MONITORING_NS
Expand Down
6 changes: 4 additions & 2 deletions opendatahub/odh-manifests/model-mesh_stable/OWNERS
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
approvers:
approvers:
- anishasthana
- danielezonca
- heyselbi
- israel-hdez
- Jooho
- vaibhavjainwiz
- VedantMahabaleshwarkar
- Xaenalt

reviewers:
- anishasthana
- danielezonca
- heyselbi
- israel-hdez
- Jooho
- vaibhavjainwiz
- VedantMahabaleshwarkar
- Xaenalt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ resources:
- ../odh-modelmesh-controller/overlays/odh
- ../odh-model-controller/overlays/odh

commonLabels:
app.kubernetes.io/part-of: model-mesh
namespace: opendatahub
configMapGenerator:
- envs:
Expand Down
12 changes: 6 additions & 6 deletions opendatahub/odh-manifests/model-mesh_stable/base/params.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
monitoring-namespace=opendatahub
odh-mm-rest-proxy=quay.io/opendatahub/rest-proxy:v0.10.0
odh-modelmesh-runtime-adapter=quay.io/opendatahub/modelmesh-runtime-adapter:v0.11.0-alpha
odh-modelmesh=quay.io/opendatahub/modelmesh:v0.11.0-alpha
odh-openvino=quay.io/opendatahub/openvino_model_server:2022.3-gpu
odh-modelmesh-controller=quay.io/opendatahub/modelmesh-controller:v0.11.0-alpha
odh-model-controller=quay.io/opendatahub/odh-model-controller:v0.11.0-alpha
odh-mm-rest-proxy=quay.io/opendatahub/rest-proxy:v0.11.0
odh-modelmesh-runtime-adapter=quay.io/opendatahub/modelmesh-runtime-adapter:v0.11.0
odh-modelmesh=quay.io/opendatahub/modelmesh:v0.11.0
odh-openvino=quay.io/opendatahub/openvino_model_server:2022.3-release
odh-modelmesh-controller=quay.io/opendatahub/modelmesh-controller:v0.11.0
odh-model-controller=quay.io/opendatahub/odh-model-controller:v0.11.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bases:
- ../rbac
- ../manager
- ../manager
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ resources:

patchesStrategicMerge:
- odh_model_controller_manager_patch.yaml
commonLabels:
app.kubernetes.io/managed-by: odh-model-controller

configurations:
- params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ spec:
- --leader-elect
- "--monitoring-namespace"
- "$(MONITORING_NS)"
#This is hardcoded to be false in the overlay to model-mesh.
# Once Kserve and Modelmesh CRD conflict is resolved and both components can be installed together,
# ODH Model Controller will not be deployed as a overlay anymore and will be deployed only as an independent component.
# When that happens, the "kserve-enabled" flag needs to be removed
- --kserve-enabled=false
#This is hardcoded to be false in the overlay to model-mesh.
# Once Kserve and Modelmesh CRD conflict is resolved and both components can be installed together,
# ODH Model Controller will not be deployed as a overlay anymore and will be deployed only as an independent component.
# When that happens, the "kserve-enabled" flag needs to be removed
- --kserve-enabled=false
image: $(odh-model-controller)
env:
- name: MONITORING_NS
Expand Down
Loading

0 comments on commit 52dcc10

Please sign in to comment.