This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
     new 9cd37d331 preparing for next release
9cd37d331 is described below

commit 9cd37d3310c44a35324ac9e23f938839059b2f3f
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue May 21 11:53:11 2024 +0200

    preparing for next release
---
 helm/camel-k/Chart.yaml                                             | 2 +-
 helm/camel-k/values.yaml                                            | 2 +-
 pkg/resources/config/manager/operator-deployment.yaml               | 6 +++---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml       | 2 +-
 pkg/util/defaults/defaults.go                                       | 2 +-
 script/Makefile                                                     | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 785505cd9..2fcdeeb23 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # 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: 2.3.2-SNAPSHOT
+appVersion: 2.3.2
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 570e65cbf..01474ecae 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.3.2-SNAPSHOT
+  image: docker.io/apache/camel-k:2.3.2
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index 75ad72fab..5e39a78fd 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "2.3.2-SNAPSHOT"
+    app.kubernetes.io/version: "2.3.2"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "2.3.2-SNAPSHOT"
+        app.kubernetes.io/version: "2.3.2"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:2.3.2-SNAPSHOT
+          image: docker.io/apache/camel-k:2.3.2
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 9361e00de..5fda8da62 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:2.3.2-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:2.3.2
     createdAt: 2024-05-06T08:31:01Z
     description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
       with serverless superpowers.
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 4389cc243..29a72ce9a 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "2.3.2-SNAPSHOT"
+       Version = "2.3.2"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "3.8.1"
diff --git a/script/Makefile b/script/Makefile
index b860ac3e5..0b0de3685 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,7 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.3.2-SNAPSHOT
+VERSION ?= 2.3.2
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
 LAST_RELEASED_VERSION ?= 2.3.1
 DEFAULT_RUNTIME_VERSION := 3.8.1

Reply via email to