Skip to content

Commit

Permalink
chore: bumping version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 2, 2023
1 parent 217421b commit 62d0fe7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions config/manager/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: camel-k-operator
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "1.10.2"
app.kubernetes.io/version: "1.10.3"
spec:
replicas: 1
strategy:
Expand All @@ -41,12 +41,12 @@ spec:
app: "camel-k"
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "1.10.2"
app.kubernetes.io/version: "1.10.3"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.2
image: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.3
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/bases/camel-k.clusterserviceversion.yaml
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.2
containerImage: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.3
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 helm/camel-k/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version: 0.11.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.10.2
appVersion: 1.10.3

icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
home: https://camel.apache.org/camel-k/latest/
Expand Down
2 changes: 1 addition & 1 deletion helm/camel-k/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""

operator:
image: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.2
image: registry-proxy.engineering.redhat.com/rh-osbs/integration-camel-k-rhel8-operator:1.10.3
global: "false"
resources: {}
securityContext: {}
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
Version = "1.10.3"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.15.5"
DefaultRuntimeVersion = "1.15.6"

// BuildahVersion --
BuildahVersion = "1.14.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.2</version>
<version>1.10.3</version>
<packaging>pom</packaging>

<name>Red Hat :: Integration :: Camel-K</name>
Expand Down
6 changes: 3 additions & 3 deletions 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.2
VERSION ?= 1.10.3
LAST_RELEASED_IMAGE_NAME := red-hat-camel-k-operator
LAST_RELEASED_VERSION := 1.10.1
LAST_RELEASED_VERSION := 1.10.2
RUNTIME_VERSION ?= 1.15.6
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.2
CUSTOM_VERSION ?= 1.10.3
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(CUSTOM_VERSION))
CUSTOM_TAG ?= $(OPERATOR_VERSION)

Expand Down

0 comments on commit 62d0fe7

Please sign in to comment.