File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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)
66IMAGE_OWNER ?= opendatahub
7- VERSION ?= 0.0.5
7+ VERSION ?= 0.0.6
88# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
99# This variable is used to construct full image tags for bundle and catalog images.
1010#
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
1212 operators.operatorframework.io/internal-objects : ' [dscinitialization.opendatahub.io]'
1313 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
1414 repository : https://github.com/opendatahub-io/opendatahub-operator
15- name : opendatahub-operator.v0.0.5
15+ name : opendatahub-operator.v0.0.6
1616 namespace : placeholder
1717spec :
1818 apiservicedefinitions : {}
@@ -236,7 +236,7 @@ spec:
236236 - --leader-elect
237237 command :
238238 - /manager
239- image : quay.io/opendatahub/opendatahub-operator:dev-0.0.5
239+ image : quay.io/opendatahub/opendatahub-operator:dev-0.0.6
240240 imagePullPolicy : Always
241241 livenessProbe :
242242 httpGet :
@@ -324,4 +324,4 @@ spec:
324324 maturity : alpha
325325 provider :
326326 name : ODH
327- version : 0.0.5
327+ version : 0.0.6
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
1313images :
1414- name : controller
1515 newName : quay.io/opendatahub/opendatahub-operator
16- newTag : dev-0.0.5
16+ newTag : dev-0.0.6
You can’t perform that action at this time.
0 commit comments