Skip to content

Commit

Permalink
chore: copying changes back to init directory
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 09d6471 commit 45577dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/downstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.redhat.integration.camel.k</groupId>
<artifactId>camel-k-version</artifactId>
<version>1.10.6</version>
<version>1.10.7</version>
<packaging>pom</packaging>

<name>Red Hat :: Integration :: Camel-K</name>
Expand Down
6 changes: 3 additions & 3 deletions ci/downstream/script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 45577dd

Please sign in to comment.