Skip to content

Commit c55e272

Browse files
committed
ODH Release 2.35.0: Update release branch
Signed-off-by: Ajay Jaganathan <36824134+AjayJagan@users.noreply.github.com>
1 parent d5f9a52 commit c55e272

File tree

49 files changed

+233
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+233
-568
lines changed

Dockerfiles/bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM scratch
44
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7-
LABEL operators.operatorframework.io.bundle.package.v1=rhods-operator
7+
LABEL operators.operatorframework.io.bundle.package.v1=opendatahub-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,stable,fast
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.2

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
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)
6-
VERSION ?= 2.25.0
6+
VERSION ?= 2.35.0
77
# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
88
# This variable is used to construct full image tags for bundle and catalog images.
99
#
@@ -161,7 +161,7 @@ endef
161161

162162
.PHONY: manifests
163163
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
164-
$(CONTROLLER_GEN) rbac:roleName=rhods-operator-role crd:ignoreUnexportedFields=true webhook paths="./..." output:crd:artifacts:config=config/crd/bases
164+
$(CONTROLLER_GEN) rbac:roleName=controller-manager-role crd:ignoreUnexportedFields=true webhook paths="./..." output:crd:artifacts:config=config/crd/bases
165165
$(call fetch-external-crds,github.com/openshift/api,route/v1)
166166
$(call fetch-external-crds,github.com/openshift/api,user/v1)
167167

@@ -342,7 +342,7 @@ bundle: prepare operator-sdk ## Generate bundle manifests and metadata, then val
342342
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS) 2>&1 | grep -v $(WARNINGMSG)
343343
$(OPERATOR_SDK) bundle validate ./$(BUNDLE_DIR) 2>&1 | grep -v $(WARNINGMSG)
344344
mv bundle.Dockerfile Dockerfiles/
345-
rm -f bundle/manifests/rhods-operator-webhook-service_v1_service.yaml
345+
rm -f bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml
346346
.PHONY: bundle-build
347347
bundle-build: bundle
348348
$(IMAGE_BUILDER) build --no-cache -f Dockerfiles/bundle.Dockerfile -t $(BUNDLE_IMG) .

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ multigroup: true
99
plugins:
1010
manifests.sdk.operatorframework.io/v2: {}
1111
scorecard.sdk.operatorframework.io/v2: {}
12-
projectName: rhods-operator
12+
projectName: opendatahub-operator
1313
repo: github.com/opendatahub-io/opendatahub-operator
1414
resources:
1515
- api:

api/components/v1alpha1/modelregistry_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ type ModelRegistryCommonSpec struct {
3737
// model registry spec exposed to DSC api
3838
common.DevFlagsSpec `json:",inline"`
3939

40-
// Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "rhoai-model-registries"
41-
// +kubebuilder:default="rhoai-model-registries"
40+
// Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "odh-model-registries"
41+
// +kubebuilder:default="odh-model-registries"
4242
// +kubebuilder:validation:Pattern="^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$"
4343
// +kubebuilder:validation:MaxLength=63
4444
RegistriesNamespace string `json:"registriesNamespace,omitempty"`

api/components/v1alpha1/workbenches_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ type WorkbenchesCommonSpec struct {
3737
common.DevFlagsSpec `json:",inline"`
3838
// workbenches spec exposed only to internal api
3939

40-
// Namespace for workbenches to be installed, defaults to "rhods-notebooks" configurable once when component is enabled.
41-
// +kubebuilder:default="rhods-notebooks"
40+
// Namespace for workbenches to be installed, defaults to "opendatahub" configurable once when component is enabled.
41+
// +kubebuilder:default="opendatahub"
4242
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="WorkbenchNamespace is immutable"
4343
// +kubebuilder:validation:Pattern="^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$"
4444
// +kubebuilder:validation:MaxLength=63

api/dscinitialization/v1/dscinitialization_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828

2929
// DSCInitializationSpec defines the desired state of DSCInitialization.
3030
type DSCInitializationSpec struct {
31-
// Namespace for applications to be installed, non-configurable, default to "redhat-ods-applications"
32-
// +kubebuilder:default:=redhat-ods-applications
31+
// Namespace for applications to be installed, non-configurable, default to "opendatahub"
32+
// +kubebuilder:default:=opendatahub
3333
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="ApplicationsNamespace is immutable"
3434
// +kubebuilder:validation:Pattern="^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$"
3535
// +kubebuilder:validation:MaxLength=63

api/services/v1alpha1/monitoring_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type Monitoring struct {
175175
type MonitoringCommonSpec struct {
176176
// monitoring spec exposed to DSCI api
177177
// Namespace for monitoring if it is enabled
178-
// +kubebuilder:default=redhat-ods-monitoring
178+
// +kubebuilder:default=opendatahub
179179
// +kubebuilder:validation:Pattern="^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$"
180180
// +kubebuilder:validation:MaxLength=63
181181
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="MonitoringNamespace is immutable"

bundle/manifests/components.platform.opendatahub.io_modelregistries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ spec:
7575
type: array
7676
type: object
7777
registriesNamespace:
78-
default: rhoai-model-registries
78+
default: odh-model-registries
7979
description: Namespace for model registries to be installed, configurable
80-
only once when model registry is enabled, defaults to "rhoai-model-registries"
80+
only once when model registry is enabled, defaults to "odh-model-registries"
8181
maxLength: 63
8282
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$
8383
type: string

bundle/manifests/components.platform.opendatahub.io_workbenches.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ spec:
7575
type: array
7676
type: object
7777
workbenchNamespace:
78-
default: rhods-notebooks
78+
default: opendatahub
7979
description: Namespace for workbenches to be installed, defaults to
80-
"rhods-notebooks" configurable once when component is enabled.
80+
"opendatahub" configurable once when component is enabled.
8181
maxLength: 63
8282
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$
8383
type: string

bundle/manifests/redhat-ods-operator-controller-manager-metrics-service_v1_service.yaml renamed to bundle/manifests/controller-manager-metrics-service_v1_service.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ kind: Service
33
metadata:
44
creationTimestamp: null
55
labels:
6-
name: rhods-operator
7-
name: redhat-ods-operator-controller-manager-metrics-service
6+
control-plane: controller-manager
7+
name: controller-manager-metrics-service
88
spec:
99
ports:
10-
- name: http
10+
- name: https
1111
port: 8443
1212
protocol: TCP
13-
targetPort: http
13+
targetPort: 8080
1414
selector:
15-
name: rhods-operator
15+
control-plane: controller-manager
1616
status:
1717
loadBalancer: {}

0 commit comments

Comments
 (0)