Skip to content

Commit 3ac98a4

Browse files
committed
default to deploying dspo's main tag
I noticed when deploying DSPO by pointing a kfdef at this repository, I get a month-old version of DSPO. When I do the same for dashboard, I get main. We might as well default to main too ... if someone is pointing at DSPO or building it from source, they probably want bleeding edge anyway.
1 parent 8b2183b commit 3ac98a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/base/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ IMAGES_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:main
55
IMAGES_CACHE=registry.access.redhat.com/ubi8/ubi-minimal
66
IMAGES_MOVERESULTSIMAGE=registry.access.redhat.com/ubi8/ubi-micro
77
IMAGES_MARIADB=registry.redhat.io/rhel8/mariadb-103:1-188
8-
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:main-d9ee12b
8+
IMAGES_DSPO=quay.io/opendatahub/data-science-pipelines-operator:main
99
IMAGES_OAUTHPROXY=registry.redhat.io/openshift4/ose-oauth-proxy:v4.12.0

0 commit comments

Comments
 (0)