File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ IMAGES_PIPELINESRUNTIMEGENERIC=quay.io/opendatahub/ds-pipelines-runtime-generic@
8
8
IMAGES_ARGO_WORKFLOWCONTROLLER = quay.io/opendatahub/ds-pipelines-argo-workflowcontroller@sha256:995f06328569b558d63cf727c0674df71b1927f74ab60e966596ccb8c06e12f8
9
9
IMAGES_ARGO_EXEC = quay.io/opendatahub/ds-pipelines-argo-argoexec@sha256:da1b0d502ae97160185ec5debc2f0c8d54f70b01be4ea4a9339d7137cc3918a9
10
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
11
+ IMAGES_MLMDENVOY = registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:b30d60cd458133430d4c92bf84911e03cecd02f60e88a58d1c6c003543cf833a
12
+ IMAGES_MARIADB = registry.redhat.io/rhel8/mariadb-103@sha256:f0ee0d27bb784e289f7d88cc8ee0e085ca70e88a5d126562105542f259a1ac01
13
+ IMAGES_OAUTHPROXY = registry.redhat.io/openshift4/ose-oauth-proxy@sha256:8ce44de8c683f198bf24ba36cd17e89708153d11f5b42c0a27e77f8fdb233551
14
14
IMAGES_TOOLBOX = registry.redhat.io/ubi9/toolbox@sha256:da31dee8904a535d12689346e65e5b00d11a6179abf1fa69b548dbd755fa2770
15
15
IMAGES_RHELAI = registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:05cfba1fb13ed54b1de4d021da2a31dd78ba7d8cc48e10c7fe372815899a18ae
16
16
ZAP_LOG_LEVEL = info
@@ -19,3 +19,5 @@ DSPO_HEALTHCHECK_DATABASE_CONNECTIONTIMEOUT=15s
19
19
DSPO_HEALTHCHECK_OBJECTSTORE_CONNECTIONTIMEOUT = 15s
20
20
DSPO_REQUEUE_TIME = 20s
21
21
DSPO_APISERVER_INCLUDE_OWNERREFERENCE = true
22
+ MANAGEDPIPELINES = " {}"
23
+ PLATFORMVERSION = " v0.0.0"
Original file line number Diff line number Diff line change 31
31
}
32
32
33
33
STATIC_REPOS = {
34
- "IMAGES_MLMDENVOY" : "registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:02b834fd74da71ec37f6a5c0d10aac9a679d1a0f4e510c4f77723ef2367e858a " ,
35
- "IMAGES_MARIADB" : "registry.redhat.io/rhel8/mariadb-103@sha256:3d30992e60774f887c4e7959c81b0c41b0d82d042250b3b56f05ab67fd4cdee1 " ,
36
- "IMAGES_OAUTHPROXY" : "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f8d66597feeb32bb18699326029f9a71a5aca4a57679d636b876377c2e95695 " ,
34
+ "IMAGES_MLMDENVOY" : "registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:b30d60cd458133430d4c92bf84911e03cecd02f60e88a58d1c6c003543cf833a " ,
35
+ "IMAGES_MARIADB" : "registry.redhat.io/rhel8/mariadb-103@sha256:f0ee0d27bb784e289f7d88cc8ee0e085ca70e88a5d126562105542f259a1ac01 " ,
36
+ "IMAGES_OAUTHPROXY" : "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:8ce44de8c683f198bf24ba36cd17e89708153d11f5b42c0a27e77f8fdb233551 " ,
37
37
"IMAGES_TOOLBOX" : "registry.redhat.io/ubi9/toolbox@sha256:da31dee8904a535d12689346e65e5b00d11a6179abf1fa69b548dbd755fa2770" ,
38
38
"IMAGES_RHELAI" : "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:05cfba1fb13ed54b1de4d021da2a31dd78ba7d8cc48e10c7fe372815899a18ae" ,
39
39
}
44
44
"DSPO_HEALTHCHECK_DATABASE_CONNECTIONTIMEOUT" : "15s" ,
45
45
"DSPO_HEALTHCHECK_OBJECTSTORE_CONNECTIONTIMEOUT" : "15s" ,
46
46
"DSPO_REQUEUE_TIME" : "20s" ,
47
- "DSPO_APISERVER_INCLUDE_OWNERREFERENCE" : "true"
47
+ "DSPO_APISERVER_INCLUDE_OWNERREFERENCE" : "true" ,
48
+ "MANAGEDPIPELINES" : "\" {}\" " ,
49
+ "PLATFORMVERSION" : "\" v0.0.0\" "
48
50
}
49
51
50
52
You can’t perform that action at this time.
0 commit comments