Skip to content

Commit 2329956

Browse files
ODH Release bundle for v2.0.0 (#356)
1 parent edf5615 commit 2329956

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Dockerfiles/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ARG GOLANG_VERSION=1.18.9
44
FROM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION as builder
55

66
ARG MANIFEST_REPO="https://github.com/opendatahub-io/odh-manifests"
7-
ARG MANIFEST_RELEASE="master"
7+
ARG MANIFEST_RELEASE="v1.8"
8+
89
ARG MANIFEST_TARBALL="${MANIFEST_REPO}/tarball/${MANIFEST_RELEASE}"
910

1011
WORKDIR /workspace

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)
66
IMAGE_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
#

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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
174174
spec:
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

config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ spec:
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/

0 commit comments

Comments
 (0)