From 45577dd49027f0f25ad2348ae5cd13515d375c3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:28:27 +0000 Subject: [PATCH] chore: copying changes back to init directory --- .../manifests/bases/camel-k.clusterserviceversion.yaml | 2 +- ci/downstream/pom.xml | 2 +- ci/downstream/script/Makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/downstream/config/manifests/bases/camel-k.clusterserviceversion.yaml b/ci/downstream/config/manifests/bases/camel-k.clusterserviceversion.yaml index 9efc302b93..4e8d28daa9 100644 --- a/ci/downstream/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/ci/downstream/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,7 +22,7 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.6 + containerImage: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.7 createdAt: 2022-09-21T12:01:32Z description: Red Hat Integration - Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. diff --git a/ci/downstream/pom.xml b/ci/downstream/pom.xml index 72ddfa08e6..fb9f82321b 100644 --- a/ci/downstream/pom.xml +++ b/ci/downstream/pom.xml @@ -21,7 +21,7 @@ com.redhat.integration.camel.k camel-k-version - 1.10.6 + 1.10.7 pom Red Hat :: Integration :: Camel-K diff --git a/ci/downstream/script/Makefile b/ci/downstream/script/Makefile index b871bf32c3..4898f92aa6 100644 --- a/ci/downstream/script/Makefile +++ b/ci/downstream/script/Makefile @@ -14,9 +14,9 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION ?= 1.10.6 +VERSION ?= 1.10.7 LAST_RELEASED_IMAGE_NAME := red-hat-camel-k-operator -LAST_RELEASED_VERSION := 1.10.5 +LAST_RELEASED_VERSION := 1.10.6 RUNTIME_VERSION ?= 1.15.2 BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 @@ -36,7 +36,7 @@ IMAGE_NAME := registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k- # - need to preserve original image and version as used in other files # CUSTOM_IMAGE ?= $(IMAGE_NAME) -CUSTOM_VERSION ?= 1.10.6 +CUSTOM_VERSION ?= 1.10.7 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(CUSTOM_VERSION)) CUSTOM_TAG ?= $(OPERATOR_VERSION)