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

Update params.env to latest 1.6 dsp images. #576

Merged
merged 1 commit into from
Feb 22, 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,14 +1,14 @@
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:fba8c9721156ae1fd01097e38e56ae8bbfb65474eaa69d659f3f3522f892cb9a
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager@sha256:b7d84fcbfff5285bf61c6cb2cf9c1b3e5476ce17d03fa7837e4ab7f6f21be8e2
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:86298004d3bd71fb43fb8f735549f3d989a73d237bf76b787ebc605dc5e2cccc
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:7a90b2dbca50ece4546f2ea3d0a6517da8344bee9e62ca5464d7510f6d5699b3
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:414a0ccfbfab8e58b23acbb29fe82369c382e9e6364b7e84e1fba0d1ac7745dd
IMAGES_ARTIFACT=quay.io/opendatahub/ds-pipelines-artifact-manager@sha256:71a30327d22b32bc63687a5ea6a0de4027733798ac57677ebb2bf9a67dd94075
IMAGES_PERSISTENTAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:3c752c66d2b9b446eac04844e152d74af8a4b5ae2f993aef633deb7184986e60
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:473be9788f38b5bd4a3833843724fa5037d4f31be39b6d25bf9dc60a31984ec8
IMAGES_MLMDENVOY=quay.io/opendatahub/ds-pipelines-metadata-envoy@sha256:c491e63c8885c7d59005f9305b77cd1fa776b50e63db90c4f8ccdee963759630
IMAGES_MLMDGRPC=quay.io/opendatahub/ds-pipelines-metadata-grpc@sha256:4af88c246d77cce33099489090508734978aafa83a0a5745408ae8d139d5378a
IMAGES_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer@sha256:ae5861755f94b54959612f2c2cebd845db6a4e35c885a8eb00501f66a0333674
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:a507fe279f33f7a34ff9088536156a4c36ea4f985c8b4b0dab49a58aefc11e46
IMAGES_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer@sha256:886a52857bd30c18f9d5b4404bd77cbb6eb62b4077c759438f08d47cc65c21e8
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:dae3f4aa1722e5df38a0e29feb1e10f1ca20e9c51487de49fb06d378163e12da
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal@sha256:a49924d9d685a35b2d0817ffe9c84f3429d97e9ad29ed3816c389f45564c9e19
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro@sha256:396baed3d689157d96aa7d8988fdfea7eb36684c8335eb391cf1952573e689c1
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103@sha256:b3a6f3fecc2629b61a8940e792e623318c46fd71585486794f6cebb76c89b5df
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103@sha256:3d30992e60774f887c4e7959c81b0c41b0d82d042250b3b56f05ab67fd4cdee1
IMAGES_OAUTHPROXY=registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33
ZAP_LOG_LEVEL=info
MAX_CONCURRENT_RECONCILES=10
Expand Down
Loading