Skip to content

Commit dab0f9e

Browse files
Release v2.10.1: version update (#960)
1 parent 1188ce1 commit dab0f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.10.0
6+
VERSION ?= 2.10.1
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
#

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ metadata:
122122
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
123123
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
124124
repository: https://github.com/opendatahub-io/opendatahub-operator
125-
name: opendatahub-operator.v2.10.0
125+
name: opendatahub-operator.v2.10.1
126126
namespace: placeholder
127127
spec:
128128
apiservicedefinitions: {}
@@ -1863,7 +1863,7 @@ spec:
18631863
selector:
18641864
matchLabels:
18651865
component: opendatahub-operator
1866-
version: 2.10.0
1866+
version: 2.10.1
18671867
webhookdefinitions:
18681868
- admissionReviewVersions:
18691869
- v1

0 commit comments

Comments
 (0)