This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit d43560bbf819a2bdf98aa3d584b587cbd5dcf5ba Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 13 10:43:03 2022 +0200 Next is 1.9.2-SNAPSHOT --- config/manager/operator-deployment.yaml | 6 +++--- config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +- helm/camel-k/Chart.yaml | 2 +- helm/camel-k/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index cd5498a80..7ac3d3a2a 100644 --- a/config/manager/operator-deployment.yaml +++ b/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: "1.9.1" + app.kubernetes.io/version: "1.9.2-SNAPSHOT" 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: "1.9.1" + app.kubernetes.io/version: "1.9.2-SNAPSHOT" spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.9.1 + image: docker.io/apache/camel-k:1.9.2-SNAPSHOT imagePullPolicy: IfNotPresent command: - kamel diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index c862760f8..06208c13f 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/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:1.9.1 + containerImage: docker.io/apache/camel-k:1.9.2-SNAPSHOT createdAt: 2022-04-26T08:32:16Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index 6e5f94b50..ce5371c02 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -35,7 +35,7 @@ version: 0.10.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: 1.9.1 +appVersion: 1.9.2-SNAPSHOT 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 b5ba6e75b..2f53d6320 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:1.9.1 + image: docker.io/apache/camel-k:1.9.2-SNAPSHOT platform: build: