File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ ARG GOLANG_VERSION=1.18.9
44FROM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION as builder
55
66ARG MANIFEST_REPO="https://github.com/opendatahub-io/odh-manifests"
7- ARG MANIFEST_RELEASE="master"
7+ ARG MANIFEST_RELEASE="v1.8"
8+
89ARG MANIFEST_TARBALL="${MANIFEST_REPO}/tarball/${MANIFEST_RELEASE}"
910
1011WORKDIR /workspace
Original file line number Diff line number Diff line change 44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
66IMAGE_OWNER ?= opendatahub
7- VERSION ?= 0 .0.7
7+ VERSION ?= 2 .0.0
88# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
99# This variable is used to construct full image tags for bundle and catalog images.
1010#
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ metadata:
169169 operators.operatorframework.io/internal-objects : ' [dscinitialization.opendatahub.io]'
170170 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
171171 repository : https://github.com/opendatahub-io/opendatahub-operator
172- name : opendatahub-operator.v0 .0.7
172+ name : opendatahub-operator.v2 .0.0
173173 namespace : placeholder
174174spec :
175175 apiservicedefinitions : {}
@@ -205,6 +205,9 @@ spec:
205205 displayName : Conditions
206206 path : conditions
207207 version : v1alpha1
208+ - kind : KfDef
209+ name : kfdefs.kfdef.apps.kubeflow.org
210+ version : v1
208211 - kind : OdhApplication
209212 name : odhapplications.dashboard.opendatahub.io
210213 version : v1
@@ -495,10 +498,14 @@ spec:
495498 - training
496499 - pipelines
497500 - modelmesh
501+ - workbenches
502+ - dashboard
503+ - kserve
504+ - distributed-workloads
498505 links :
499506 - name : Opendatahub Operator
500507 url : https://opendatahub.io/
501508 maturity : alpha
502509 provider :
503510 name : ODH
504- version : 0 .0.7
511+ version : 2 .0.0
Original file line number Diff line number Diff line change 7575 - training
7676 - pipelines
7777 - modelmesh
78+ - workbenches
79+ - dashboard
80+ - kserve
81+ - distributed-workloads
7882 links :
7983 - name : Opendatahub Operator
8084 url : https://opendatahub.io/
You can’t perform that action at this time.
0 commit comments