From be70e1b2cdf315849555fc6bc843c078a223fe79 Mon Sep 17 00:00:00 2001 From: VaishnaviHire <17230536+VaishnaviHire@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:46:55 +0000 Subject: [PATCH] Update version to 2.19.0 --- Makefile | 2 +- .../opendatahub-operator.clusterserviceversion.yaml | 10 +++++----- .../opendatahub-operator.clusterserviceversion.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 06101fae8c8..9fdf869a51b 100644 --- a/Makefile +++ b/Makefile @@ -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.18.2 +VERSION ?= 2.19.0 # 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. # diff --git a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml index b7bdec6808b..1519a9ef8ca 100644 --- a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml +++ b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml @@ -102,13 +102,13 @@ metadata: capabilities: Full Lifecycle categories: AI/Machine Learning, Big Data certified: "False" - containerImage: quay.io/opendatahub/opendatahub-operator:v2.18.2 - createdAt: "2024-09-24T15:16:50Z" - olm.skipRange: '>=1.0.0 <2.18.2' + containerImage: quay.io/opendatahub/opendatahub-operator:v2.19.0 + createdAt: "2024-10-09T14:46:54Z" + olm.skipRange: '>=1.0.0 <2.19.0' operators.operatorframework.io/builder: operator-sdk-v1.31.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/opendatahub-io/opendatahub-operator - name: opendatahub-operator.v2.18.2 + name: opendatahub-operator.v2.19.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -1178,7 +1178,7 @@ spec: selector: matchLabels: component: opendatahub-operator - version: 2.18.2 + version: 2.19.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml b/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml index 41afa7a96b2..811770245b5 100644 --- a/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml @@ -6,11 +6,11 @@ metadata: capabilities: Full Lifecycle categories: AI/Machine Learning, Big Data certified: "False" - containerImage: quay.io/opendatahub/opendatahub-operator:v2.18.2 - createdAt: "2024-9-24T00:00:00Z" - olm.skipRange: '>=1.0.0 <2.18.2' + containerImage: quay.io/opendatahub/opendatahub-operator:v2.19.0 + createdAt: "2024-10-09T00:00:00Z" + olm.skipRange: '>=1.0.0 <2.19.0' repository: https://github.com/opendatahub-io/opendatahub-operator - name: opendatahub-operator.v2.18.2 + name: opendatahub-operator.v2.19.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -106,4 +106,4 @@ spec: selector: matchLabels: component: opendatahub-operator - version: 2.18.2 + version: 2.19.0