File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- IMAGES_APISERVER = quay.io/opendatahub/ds-pipelines-api-server:main-766729f
2
- IMAGES_ARTIFACT = quay.io/opendatahub/ds-pipelines-artifact-manager:main-766729f
3
- IMAGES_PERSISTENTAGENT = quay.io/opendatahub/ds-pipelines-persistenceagent:main-766729f
4
- IMAGES_SCHEDULEDWORKFLOW = quay.io/opendatahub/ds-pipelines-scheduledworkflow:main-766729f
5
- IMAGES_VIEWERCRD = quay.io/opendatahub/ds-pipelines-viewercontroller:main-766729f
1
+ IMAGES_APISERVER = quay.io/opendatahub/ds-pipelines-api-server:main-0e8a011
2
+ IMAGES_ARTIFACT = quay.io/opendatahub/ds-pipelines-artifact-manager:main-0e8a011
3
+ IMAGES_PERSISTENTAGENT = quay.io/opendatahub/ds-pipelines-persistenceagent:main-0e8a011
4
+ IMAGES_SCHEDULEDWORKFLOW = quay.io/opendatahub/ds-pipelines-scheduledworkflow:main-0e8a011
5
+ IMAGES_VIEWERCRD = quay.io/opendatahub/ds-pipelines-viewercontroller:main-0e8a011
6
6
IMAGES_CACHE = registry.access.redhat.com/ubi8/ubi-minimal
7
7
IMAGES_MOVERESULTSIMAGE = registry.access.redhat.com/ubi8/ubi-micro
8
8
IMAGES_MARIADB = registry.redhat.io/rhel8/mariadb-103:1-188
9
- IMAGES_DSPO = quay.io/opendatahub/data-science-pipelines-operator:v0.1.0
9
+ IMAGES_DSPO = quay.io/opendatahub/data-science-pipelines-operator:main-d9ee12b
Original file line number Diff line number Diff line change 14
14
selector :
15
15
matchLabels :
16
16
control-plane : controller-manager
17
- replicas : 3
17
+ replicas : 1
18
18
template :
19
19
metadata :
20
20
annotations :
78
78
cpu : 1
79
79
memory : 4Gi
80
80
requests :
81
- cpu : 1
82
- memory : 2Gi
81
+ cpu : 10m
82
+ memory : 64Mi
83
83
volumeMounts :
84
84
- mountPath : /home/config
85
85
name : config
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function verify_data_science_pipelines_operator_install() {
20
20
21
21
os::cmd::expect_success_and_text " oc get deployment -n ${ODHPROJECT} data-science-pipelines-operator-controller-manager" " data-science-pipelines-operator-controller-manager"
22
22
runningpods=($( oc get pods -n ${ODHPROJECT} --field-selector=" status.phase=Running" | grep data-science-pipelines-operator | wc -l) )
23
- os::cmd::expect_success_and_text " echo $runningpods " " 3 "
23
+ os::cmd::expect_success_and_text " echo $runningpods " " 1 "
24
24
}
25
25
26
26
function create_and_verify_data_science_pipelines_resources() {
You can’t perform that action at this time.
0 commit comments