Skip to content

Commit cabab91

Browse files
authored
Merge pull request #591 from HumairAK/v2.0.x
chore: add params for v2.0.0
2 parents 4325281 + 1ef7042 commit cabab91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/base/params.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:latest
1+
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:e889e268b0e708963d88e3623c4f6aee8b13d71f8897d71593c295b583b69bc9
22
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:v1.6.3
33
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager:v1.6.3
44
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:v1.6.3
@@ -7,17 +7,17 @@ IMAGES_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy:v1.6.3
77
IMAGES_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc:v1.6.3
88
IMAGES_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer:v1.6.3
99
IMAGES_CRDVIEWER=gcr.io/ml-pipeline/viewer-crd-controller:2.0.0-rc.2
10-
IMAGESV2_ARGO_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:latest
11-
IMAGESV2_ARGO_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:latest
12-
IMAGESV2_ARGO_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:latest
13-
IMAGESV2_ARGO_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy:latest
14-
IMAGESV2_ARGO_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc:latest
10+
IMAGESV2_ARGO_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:460f0272a6436b8a65803f02221b19a3b789e97e42c806472a0487515a48026d
11+
IMAGESV2_ARGO_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:d5b06c919adbef2ebdbeab4ab740672075291241ef6df2d3d670c21ef474075d
12+
IMAGESV2_ARGO_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:80249b20a8fb0b580999d487c8ed6f6a04a4e550e8b4ea430dbfe24a404c9bd1
13+
IMAGESV2_ARGO_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy@sha256:a29646f4d5849be65fd17be17b3c54c000f1b5695b72cb7ac4288d5acf4a39cd
14+
IMAGESV2_ARGO_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc@sha256:610ae7014e2ffbe953f33a67cdd9b7ee30b97c63be8f6e3f0b941341490c9c62
1515
IMAGESV2_ARGO_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer:latest
1616
IMAGESV2_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:3.3.10-upstream
1717
IMAGESV2_ARGO_ARGOEXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec:3.3.10-upstream
1818
IMAGES_ARGO_SERVER=quay.io/opendatahub/ds-pipelines-argo-server:3.3.10-upstream
19-
V2_LAUNCHER_IMAGE=quay.io/opendatahub/ds-pipelines-launcher:latest
20-
V2_DRIVER_IMAGE=quay.io/opendatahub/ds-pipelines-driver:latest
19+
V2_LAUNCHER_IMAGE=quay.io/opendatahub/ds-pipelines-launcher@sha256:5338d15cab86bf4ba95b5e5eb1dfb58cee1f24c6f19efdfcb80adad2bfdf4809
20+
V2_DRIVER_IMAGE=quay.io/opendatahub/ds-pipelines-driver@sha256:7b8629cf2ec4617ed7b9aff2aa182a7355093e08f30a646d05ee9f544d3fecc1
2121
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal:8.8
2222
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro:8.8
2323
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103:1

0 commit comments

Comments
 (0)