You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2022/03/02 15:55:44 UTC

[camel-k] branch main updated: fix(olm): Upgrade container image in base CSV manifest

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

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 140d9d2  fix(olm): Upgrade container image in base CSV manifest
140d9d2 is described below

commit 140d9d2c88081a9bd8ffbabf8ef3d50aca4b98da
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Wed Mar 2 12:15:44 2022 +0100

    fix(olm): Upgrade container image in base CSV manifest
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 1f79499..f1e6b26 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.8.1
+    containerImage: docker.io/apache/camel-k:1.9.0
     createdAt: 2021-12-20T16:11:27Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.