Skip to content

Commit 25069f0

Browse files
committed
update params to match latest configs
Signed-off-by: Humair Khan <[email protected]>
1 parent 46325de commit 25069f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/release/params.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232

3333
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",
3737
"IMAGES_TOOLBOX": "registry.redhat.io/ubi9/toolbox@sha256:da31dee8904a535d12689346e65e5b00d11a6179abf1fa69b548dbd755fa2770",
3838
"IMAGES_RHELAI": "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:05cfba1fb13ed54b1de4d021da2a31dd78ba7d8cc48e10c7fe372815899a18ae",
3939
}
@@ -44,7 +44,9 @@
4444
"DSPO_HEALTHCHECK_DATABASE_CONNECTIONTIMEOUT": "15s",
4545
"DSPO_HEALTHCHECK_OBJECTSTORE_CONNECTIONTIMEOUT": "15s",
4646
"DSPO_REQUEUE_TIME": "20s",
47-
"DSPO_APISERVER_INCLUDE_OWNERREFERENCE": "true"
47+
"DSPO_APISERVER_INCLUDE_OWNERREFERENCE": "true",
48+
"MANAGEDPIPELINES": "\"{}\"",
49+
"PLATFORMVERSION": "\"v0.0.0\""
4850
}
4951

5052

0 commit comments

Comments
 (0)