Skip to content

Commit

Permalink
Release v2.10.1: version update (opendatahub-io#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored Apr 8, 2024
1 parent 1188ce1 commit dab0f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10.0
VERSION ?= 2.10.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
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ metadata:
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.10.0
name: opendatahub-operator.v2.10.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1863,7 +1863,7 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.10.0
version: 2.10.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit dab0f9e

Please sign in to comment.