File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:latest
2
2
IMAGES_APISERVER = quay.io/opendatahub/ds-pipelines-api-server:latest
3
3
IMAGES_PERSISTENCEAGENT = quay.io/opendatahub/ds-pipelines-persistenceagent:latest
4
4
IMAGES_SCHEDULEDWORKFLOW = quay.io/opendatahub/ds-pipelines-scheduledworkflow:latest
5
- IMAGES_ARGO_EXEC = quay.io/opendatahub/ds-pipelines-argo-argoexec:v3.4.17-upstream
6
- IMAGES_ARGO_WORKFLOWCONTROLLER = quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:v3.4.17-upstream
5
+ IMAGES_ARGO_EXEC = quay.io/opendatahub/ds-pipelines-argo-argoexec:odh- v3.4.17-1
6
+ IMAGES_ARGO_WORKFLOWCONTROLLER = quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:odh- v3.4.17-1
7
7
IMAGES_LAUNCHER = quay.io/opendatahub/ds-pipelines-launcher:latest
8
8
IMAGES_DRIVER = quay.io/opendatahub/ds-pipelines-driver:latest
9
9
IMAGES_MLMDGRPC = quay.io/opendatahub/mlmd-grpc-server:latest
Original file line number Diff line number Diff line change 16
16
17
17
TAGGED_REPOS = {
18
18
"IMAGES_ARGO_WORKFLOWCONTROLLER" : {
19
- "TAG" : "3.3.10-upstream " ,
19
+ "TAG" : "odh-v3.4.17-1 " ,
20
20
"REPO" : "ds-pipelines-argo-workflowcontroller"
21
21
},
22
22
"IMAGES_ARGO_EXEC" : {
23
- "TAG" : "3.3.10-upstream " ,
23
+ "TAG" : "odh-v3.4.17-1 " ,
24
24
"REPO" : "ds-pipelines-argo-argoexec"
25
25
},
26
26
"IMAGES_MLMDGRPC" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ deploymentSpec:
29
29
- -c
30
30
- " \n if ! [ -x \" $(command -v pip)\" ]; then\n python3 -m ensurepip ||\
31
31
\ python3 -m ensurepip --user || apt-get install python3-pip\n fi\n\n PIP_DISABLE_PIP_VERSION_CHECK=1\
32
- \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.0 '\
32
+ \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.1 '\
33
33
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" 3.9\" ' && \" \
34
34
$0\" \" $@\"\n "
35
35
- sh
77
77
Output :
78
78
parameterType : STRING
79
79
schemaVersion : 2.1.0
80
- sdkVersion : kfp-2.10.0
80
+ sdkVersion : kfp-2.10.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ deploymentSpec:
24
24
- " \n if ! [ -x \" $(command -v pip)\" ]; then\n python3 -m ensurepip ||\
25
25
\ python3 -m ensurepip --user || apt-get install python3-pip\n fi\n\n PIP_DISABLE_PIP_VERSION_CHECK=1\
26
26
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://nginx-service.test-pypiserver.svc.cluster.local/simple/\
27
- \ 'kfp==2.10.0 ' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" \
27
+ \ 'kfp==2.10.1 ' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\" \
28
28
3.9\" ' && python3 -m pip install --quiet --no-warn-script-location --index-url\
29
29
\ https://nginx-service.test-pypiserver.svc.cluster.local/simple/ 'numpy'\
30
30
\ && \" $0\" \" $@\"\n "
66
66
Output :
67
67
parameterType : STRING
68
68
schemaVersion : 2.1.0
69
- sdkVersion : kfp-2.10.0
69
+ sdkVersion : kfp-2.10.1
You can’t perform that action at this time.
0 commit comments