Skip to content

Commit 46325de

Browse files
Generate params for 2.10
1 parent 57c8fe6 commit 46325de

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

config/base/params.env

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:latest
2-
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server:latest
3-
IMAGES_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent:latest
4-
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:latest
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
7-
IMAGES_LAUNCHER=quay.io/opendatahub/ds-pipelines-launcher:latest
8-
IMAGES_DRIVER=quay.io/opendatahub/ds-pipelines-driver:latest
9-
IMAGES_MLMDGRPC=quay.io/opendatahub/mlmd-grpc-server:latest
10-
IMAGES_PIPELINESRUNTIMEGENERIC=quay.io/opendatahub/ds-pipelines-runtime-generic:latest
1+
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator@sha256:8f3681ca2d791dcbeb24fa136d33aa7b7bbc1c181505c2ff9a0f2c252260de08
2+
IMAGES_APISERVER=quay.io/opendatahub/ds-pipelines-api-server@sha256:0e879726785260c1bb61360d5b3f23fb4bfbc9bbf758e7a529a0e4d13161a1de
3+
IMAGES_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent@sha256:02f61ffea378a086b8c2a481adb7708fc66ad6c8f3ace1b268ccc6b3a26f785f
4+
IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow@sha256:17ef27047183ed03e51fdd3e58989a71a2250084ecaa4fe2219f7a1c8347e6cb
5+
IMAGES_LAUNCHER=quay.io/opendatahub/ds-pipelines-launcher@sha256:c957d1aeedde59e33c6571692d85ee8590c404a69bafd0d11b5ea1c5761a3a6a
6+
IMAGES_DRIVER=quay.io/opendatahub/ds-pipelines-driver@sha256:a60eb599f63e05aafef2445bc9695946a306ba48d5f084097db186c30f056a8e
7+
IMAGES_PIPELINESRUNTIMEGENERIC=quay.io/opendatahub/ds-pipelines-runtime-generic@sha256:8fd87a644afe361020167eec539821f634846695f1e25e748c719b97a6ae05cd
8+
IMAGES_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller@sha256:995f06328569b558d63cf727c0674df71b1927f74ab60e966596ccb8c06e12f8
9+
IMAGES_ARGO_EXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec@sha256:da1b0d502ae97160185ec5debc2f0c8d54f70b01be4ea4a9339d7137cc3918a9
10+
IMAGES_MLMDGRPC=quay.io/opendatahub/mlmd-grpc-server@sha256:9e905b2de2fb6801716a14ebd6e589cac82fef26741825d06717d695a37ff199
11+
IMAGES_MLMDENVOY=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:02b834fd74da71ec37f6a5c0d10aac9a679d1a0f4e510c4f77723ef2367e858a
12+
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103@sha256:3d30992e60774f887c4e7959c81b0c41b0d82d042250b3b56f05ab67fd4cdee1
13+
IMAGES_OAUTHPROXY=registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f8d66597feeb32bb18699326029f9a71a5aca4a57679d636b876377c2e95695
1114
IMAGES_TOOLBOX=registry.redhat.io/ubi9/toolbox@sha256:da31dee8904a535d12689346e65e5b00d11a6179abf1fa69b548dbd755fa2770
1215
IMAGES_RHELAI=registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:05cfba1fb13ed54b1de4d021da2a31dd78ba7d8cc48e10c7fe372815899a18ae
13-
IMAGES_MLMDENVOY=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:b30d60cd458133430d4c92bf84911e03cecd02f60e88a58d1c6c003543cf833a
14-
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103@sha256:f0ee0d27bb784e289f7d88cc8ee0e085ca70e88a5d126562105542f259a1ac01
15-
IMAGES_OAUTHPROXY=registry.redhat.io/openshift4/ose-oauth-proxy@sha256:8ce44de8c683f198bf24ba36cd17e89708153d11f5b42c0a27e77f8fdb233551
1616
ZAP_LOG_LEVEL=info
1717
MAX_CONCURRENT_RECONCILES=10
1818
DSPO_HEALTHCHECK_DATABASE_CONNECTIONTIMEOUT=15s
1919
DSPO_HEALTHCHECK_OBJECTSTORE_CONNECTIONTIMEOUT=15s
2020
DSPO_REQUEUE_TIME=20s
2121
DSPO_APISERVER_INCLUDE_OWNERREFERENCE=true
22-
MANAGEDPIPELINES="{}"
23-
PLATFORMVERSION="v0.0.0"

0 commit comments

Comments
 (0)