You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/11/19 07:56:54 UTC

[camel-karavan] branch kube created (now 1f89239)

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

davsclaus pushed a change to branch kube
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


      at 1f89239  Upgrade to jkube 1.10.1

This branch includes the following new commits:

     new 1f89239  Upgrade to jkube 1.10.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karavan] 01/01: Upgrade to jkube 1.10.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch kube
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit 1f89239d10eaa809bf992efcda2e795df34d62af
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 19 08:56:16 2022 +0100

    Upgrade to jkube 1.10.1
---
 .../resources/snippets/spring-boot-kubernetes-application.properties  | 2 +-
 .../resources/snippets/spring-boot-openshift-application.properties   | 2 +-
 karavan-vscode/package.json                                           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
index b49c48e..e7be270 100644
--- a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
+++ b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
@@ -6,7 +6,7 @@ camel.jbang.runtime=spring-boot
 camel.jbang.dependencies=camel:microprofile-health
 camel.health.enabled=true
 camel.health.exposure-level=full
-jkube.version=1.10.0
+jkube.version=1.10.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=1
\ No newline at end of file
diff --git a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
index 34a4e95..48f61da 100644
--- a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
+++ b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
@@ -6,7 +6,7 @@ camel.jbang.runtime=spring-boot
 camel.jbang.dependencies=camel:microprofile-health
 camel.health.enabled=true
 camel.health.exposure-level=full
-jkube.version=1.10.0
+jkube.version=1.10.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.type=Deployment
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 193c45b..9f961cd 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -265,7 +265,7 @@
           "default": [
             "camel.jbang.dependencies=camel:microprofile-health",
             "# jkube properties",
-            "jkube.version=1.10.0",
+            "jkube.version=1.10.1",
             "jkube.build.strategy=s2i",
             "jkube.namespace=${NAMESPACE}",
             "jkube.generator.name=image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/$NAME:${DATE}",
@@ -286,7 +286,7 @@
           "default": [
             "camel.jbang.dependencies=camel:microprofile-health",
             "# jkube properties",
-            "jkube.version=1.10.0",
+            "jkube.version=1.10.1",
             "jkube.build.strategy=docker",
             "jkube.namespace=default",
             "jkube.generator.name=default/$NAME:${DATE}",