File tree Expand file tree Collapse file tree 7 files changed +32
-19
lines changed Expand file tree Collapse file tree 7 files changed +32
-19
lines changed Original file line number Diff line number Diff line change 3838 targetRevision : dev
3939 path : bootstrap/ic-shared-milvus
4040 - cluster : in-cluster
41- name : ic-shared-llm-app
41+ name : ic-shared-llm
4242 repoURL : https://github.com/rh-aiservices-bu/parasol-insurance.git
4343 targetRevision : dev
4444 path : bootstrap/ic-shared-llm
Original file line number Diff line number Diff line change 99 codeflare :
1010 devFlags : {}
1111 managementState : Managed
12- dashboard :
13- devFlags : {}
14- managementState : Managed
15- datasciencepipelines :
16- devFlags : {}
17- managementState : Managed
1812 kserve :
19- devFlags : {}
2013 managementState : Managed
14+ nim :
15+ managementState : Managed
16+ rawDeploymentServiceConfig : Headless
2117 serving :
2218 ingressGateway :
2319 certificate :
2420 type : OpenshiftDefaultIngress
2521 managementState : Managed
2622 name : knative-serving
27- modelmeshserving :
28- devFlags : {}
23+ modelregistry :
24+ managementState : Managed
25+ registriesNamespace : rhoai-model-registries
26+ trustyai :
27+ devFlags :
28+ manifests :
29+ - contextDir : config
30+ sourcePath : ' '
31+ uri : ' https://api.github.com/repos/trustyai-explainability/trustyai-service-operator/tarball/main'
2932 managementState : Managed
3033 ray :
3134 devFlags : {}
3235 managementState : Managed
33- trustyai :
34- devFlags : {}
35- managementState : Removed
36+ kueue :
37+ managementState : Managed
3638 workbenches :
3739 managementState : Managed
40+ dashboard :
41+ devFlags : {}
42+ managementState : Managed
43+ modelmeshserving :
44+ devFlags : {}
45+ managementState : Managed
46+ datasciencepipelines :
47+ devFlags : {}
48+ managementState : Managed
49+ trainingoperator :
50+ managementState : Removed
Original file line number Diff line number Diff line change 1818 value : minio.ic-shared-minio.svc.cluster.local
1919 containers :
2020 - name : add-images-to-bucket
21- image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:1.2
21+ image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2025.1
2222 imagePullPolicy : IfNotPresent
2323 command : ["/bin/bash"]
2424 args :
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ spec:
2020 # - -ec
2121 # - |-
2222 # echo -n 'Waiting for RHODS to deploy ImageStreams'
23- # while ! oc get istag -n redhat-ods-applications 2>/dev/null | grep -qF s2i-generic-data-science-notebook:1.2 ; do
23+ # while ! oc get istag -n redhat-ods-applications 2>/dev/null | grep -qF s2i-generic-data-science-notebook:2025.1 ; do
2424 # echo -n .
2525 # sleep 5
2626 # done; echo
2727 containers :
2828 - name : add-model
29- image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:1.2
29+ image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2025.1
3030 imagePullPolicy : IfNotPresent
3131 command : ["/bin/bash"]
3232 args :
Original file line number Diff line number Diff line change 2727 echo "Milvus-backup pod is running in ic-shared-milvus namespace"
2828 containers :
2929 - name : add-model
30- image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:1.2
30+ image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2025.1
3131 imagePullPolicy : IfNotPresent
3232 command : ["/bin/bash"]
3333 args :
Original file line number Diff line number Diff line change 2929 echo "Minio pod is running in ic-shared-minio namespace"
3030 containers :
3131 - name : add-model
32- image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:1.2
32+ image : image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2025.1
3333 imagePullPolicy : IfNotPresent
3434 command : ["/bin/bash"]
3535 args :
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ spec:
490490 echo "Workbench pod is running in $USER_PROJECT namespace"
491491 containers:
492492 - name: git-clone
493- image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:1.2
493+ image: image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-generic-data-science-notebook:2025.1
494494 imagePullPolicy: IfNotPresent
495495 command: ["/bin/bash"]
496496 args:
You can’t perform that action at this time.
0 commit comments