Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add params for v2.0.1 #594

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/base/params.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:e889e268b0e708963d88e3623c4f6aee8b13d71f8897d71593c295b583b69bc9
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:a4e8ca16bd662688aa0b1ef9e9d68fceff3acbeeab49c7f7f05e541382fa416f
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:v1.6.3
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager:v1.6.3
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:v1.6.3
Expand All @@ -7,17 +7,17 @@ IMAGES_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy:v1.6.3
IMAGES_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc:v1.6.3
IMAGES_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer:v1.6.3
IMAGES_CRDVIEWER=gcr.io/ml-pipeline/viewer-crd-controller:2.0.0-rc.2
IMAGESV2_ARGO_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:460f0272a6436b8a65803f02221b19a3b789e97e42c806472a0487515a48026d
IMAGESV2_ARGO_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:d5b06c919adbef2ebdbeab4ab740672075291241ef6df2d3d670c21ef474075d
IMAGESV2_ARGO_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:80249b20a8fb0b580999d487c8ed6f6a04a4e550e8b4ea430dbfe24a404c9bd1
IMAGESV2_ARGO_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy@sha256:a29646f4d5849be65fd17be17b3c54c000f1b5695b72cb7ac4288d5acf4a39cd
IMAGESV2_ARGO_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:87fda61c43d6cd5b43ac29105fc937e67e9f75f2bc9ae6eb8d43a9f31c506368
IMAGESV2_ARGO_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:1d6bc3b82dbc18fd9554631dab8147174fa0366a29c1972d744832976bb0583c
IMAGESV2_ARGO_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:c2012b51c6670255f2dc0f7f6d81f5ddf5f26aa335b28e8acfeb5b049dc362a9
IMAGESV2_ARGO_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy@sha256:af8c83c8ff91b4bab463cc97aafbeec41c0b16393958599d761d02a6cff75efe
IMAGESV2_ARGO_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc@sha256:610ae7014e2ffbe953f33a67cdd9b7ee30b97c63be8f6e3f0b941341490c9c62
IMAGESV2_ARGO_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer:latest
IMAGESV2_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:3.3.10-upstream
IMAGESV2_ARGO_ARGOEXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec:3.3.10-upstream
IMAGES_ARGO_SERVER=quay.io/opendatahub/ds-pipelines-argo-server:3.3.10-upstream
V2_LAUNCHER_IMAGE=quay.io/opendatahub/ds-pipelines-launcher@sha256:5338d15cab86bf4ba95b5e5eb1dfb58cee1f24c6f19efdfcb80adad2bfdf4809
V2_DRIVER_IMAGE=quay.io/opendatahub/ds-pipelines-driver@sha256:7b8629cf2ec4617ed7b9aff2aa182a7355093e08f30a646d05ee9f544d3fecc1
V2_LAUNCHER_IMAGE=quay.io/opendatahub/ds-pipelines-launcher@sha256:25498572a7356d1c694bb3b7d5186d4f4ab8face28b0616ff05a17b86be14c59
V2_DRIVER_IMAGE=quay.io/opendatahub/ds-pipelines-driver@sha256:12ca17dd7df0f1b08f807f78a2de23e309cb8aaff4e77ed46c3f0523aac97710
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal:8.8
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro:8.8
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103:1
Expand Down
Loading