Skip to content

Commit

Permalink
Merge pull request #751 from VaniHaripriya/upgrade-argo-images
Browse files Browse the repository at this point in the history
Upgrade argo images
  • Loading branch information
HumairAK authored Nov 18, 2024
2 parents 6209cac + 2ff10a4 commit 3337c1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/base/params.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:latest
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:latest
IMAGES_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:latest
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:latest
IMAGES_ARGO_EXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec:v3.4.17-upstream
IMAGES_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:v3.4.17-upstream
IMAGES_ARGO_EXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec:odh-v3.4.17-1
IMAGES_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:odh-v3.4.17-1
IMAGES_LAUNCHER=quay.io/opendatahub/ds-pipelines-launcher:latest
IMAGES_DRIVER=quay.io/opendatahub/ds-pipelines-driver:latest
IMAGES_MLMDGRPC=quay.io/opendatahub/mlmd-grpc-server:latest
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

TAGGED_REPOS = {
"IMAGES_ARGO_WORKFLOWCONTROLLER" : {
"TAG": "3.3.10-upstream",
"TAG": "odh-v3.4.17-1",
"REPO": "ds-pipelines-argo-workflowcontroller"
},
"IMAGES_ARGO_EXEC" : {
"TAG": "3.3.10-upstream",
"TAG": "odh-v3.4.17-1",
"REPO": "ds-pipelines-argo-argoexec"
},
"IMAGES_MLMDGRPC": {
Expand Down
4 changes: 2 additions & 2 deletions tests/resources/test-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploymentSpec:
- -c
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.0'\
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.1'\
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
$0\" \"$@\"\n"
- sh
Expand Down Expand Up @@ -77,4 +77,4 @@ root:
Output:
parameterType: STRING
schemaVersion: 2.1.0
sdkVersion: kfp-2.10.0
sdkVersion: kfp-2.10.1
4 changes: 2 additions & 2 deletions tests/resources/test-pipeline-with-custom-pip-server-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploymentSpec:
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://nginx-service.test-pypiserver.svc.cluster.local/simple/\
\ 'kfp==2.10.0' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"\
\ 'kfp==2.10.1' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"\
3.9\"' && python3 -m pip install --quiet --no-warn-script-location --index-url\
\ https://nginx-service.test-pypiserver.svc.cluster.local/simple/ 'numpy'\
\ && \"$0\" \"$@\"\n"
Expand Down Expand Up @@ -66,4 +66,4 @@ root:
Output:
parameterType: STRING
schemaVersion: 2.1.0
sdkVersion: kfp-2.10.0
sdkVersion: kfp-2.10.1

0 comments on commit 3337c1c

Please sign in to comment.