You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/11/20 03:29:39 UTC

[camel-karavan] branch main updated: Upgrade to jkube 1.10.1 (#529)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8add64a  Upgrade to jkube 1.10.1 (#529)
8add64a is described below

commit 8add64a1f910aadd684830fd644f6d1294f6d08e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 20 04:29:33 2022 +0100

    Upgrade to jkube 1.10.1 (#529)
---
 .../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}",