Skip to content

Commit

Permalink
Update version to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw authored and github-actions[bot] committed Jan 23, 2025
1 parent 5bcbaba commit 7b5d410
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.23.0
VERSION ?= 2.23.1
# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
# This variable is used to construct full image tags for bundle and catalog images.
#
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.23.0
createdAt: "2025-01-22T10:01:56Z"
olm.skipRange: '>=1.0.0 <2.23.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.23.1
createdAt: "2025-01-23T10:07:37Z"
olm.skipRange: '>=1.0.0 <2.23.1'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/internal-objects: '["featuretrackers.features.opendatahub.io",
"codeflares.components.platform.opendatahub.io", "dashboards.components.platform.opendatahub.io",
Expand All @@ -118,7 +118,7 @@ metadata:
"monitorings.services.platform.opendatahub.io","modelcontrollers.components.platform.opendatahub.io"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.23.0
name: opendatahub-operator.v2.23.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1367,7 +1367,7 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.23.0
version: 2.23.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.23.0
createdAt: "2025-1-22T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.23.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.23.1
createdAt: "2025-1-23T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.23.1'
operators.operatorframework.io/internal-objects: '["featuretrackers.features.opendatahub.io",
"codeflares.components.platform.opendatahub.io", "dashboards.components.platform.opendatahub.io",
"datasciencepipelines.components.platform.opendatahub.io", "kserves.components.platform.opendatahub.io",
Expand All @@ -17,7 +17,7 @@ metadata:
"trainingoperators.components.platform.opendatahub.io", "trustyais.components.platform.opendatahub.io", "workbenches.components.platform.opendatahub.io",
"monitorings.services.platform.opendatahub.io","modelcontrollers.components.platform.opendatahub.io"]'
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.23.0
name: opendatahub-operator.v2.23.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -179,4 +179,4 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.23.0
version: 2.23.1

0 comments on commit 7b5d410

Please sign in to comment.