File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff 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
127127spec :
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
You can’t perform that action at this time.
0 commit comments