Skip to content

Commit a09267f

Browse files
Merge pull request #339 from VaishnaviHire/dev_preview_0.0.6
Dev Preview release v0.0.6
2 parents 276f2f0 + 44f2b6f commit a09267f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)
66
IMAGE_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
#

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1717
spec:
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/opendatahub/opendatahub-operator
16-
newTag: dev-0.0.5
16+
newTag: dev-0.0.6

0 commit comments

Comments
 (0)