Skip to content

Commit 3337c1c

Browse files
authored
Merge pull request opendatahub-io#751 from VaniHaripriya/upgrade-argo-images
Upgrade argo images
2 parents 6209cac + 2ff10a4 commit 3337c1c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

config/base/params.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:latest
22
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:latest
33
IMAGES_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:latest
44
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
77
IMAGES_LAUNCHER=quay.io/opendatahub/ds-pipelines-launcher:latest
88
IMAGES_DRIVER=quay.io/opendatahub/ds-pipelines-driver:latest
99
IMAGES_MLMDGRPC=quay.io/opendatahub/mlmd-grpc-server:latest

scripts/release/params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
TAGGED_REPOS = {
1818
"IMAGES_ARGO_WORKFLOWCONTROLLER" : {
19-
"TAG": "3.3.10-upstream",
19+
"TAG": "odh-v3.4.17-1",
2020
"REPO": "ds-pipelines-argo-workflowcontroller"
2121
},
2222
"IMAGES_ARGO_EXEC" : {
23-
"TAG": "3.3.10-upstream",
23+
"TAG": "odh-v3.4.17-1",
2424
"REPO": "ds-pipelines-argo-argoexec"
2525
},
2626
"IMAGES_MLMDGRPC": {

tests/resources/test-pipeline-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deploymentSpec:
2929
- -c
3030
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
3131
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_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'\
3333
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
3434
$0\" \"$@\"\n"
3535
- sh
@@ -77,4 +77,4 @@ root:
7777
Output:
7878
parameterType: STRING
7979
schemaVersion: 2.1.0
80-
sdkVersion: kfp-2.10.0
80+
sdkVersion: kfp-2.10.1

tests/resources/test-pipeline-with-custom-pip-server-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deploymentSpec:
2424
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
2525
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
2626
\ 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<\"\
2828
3.9\"' && python3 -m pip install --quiet --no-warn-script-location --index-url\
2929
\ https://nginx-service.test-pypiserver.svc.cluster.local/simple/ 'numpy'\
3030
\ && \"$0\" \"$@\"\n"
@@ -66,4 +66,4 @@ root:
6666
Output:
6767
parameterType: STRING
6868
schemaVersion: 2.1.0
69-
sdkVersion: kfp-2.10.0
69+
sdkVersion: kfp-2.10.1

0 commit comments

Comments
 (0)