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 2023/06/16 14:53:35 UTC

[camel-karavan] branch main updated: Fix #797

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 f106877e Fix #797
f106877e is described below

commit f106877ec8b11e22574852ab755180edffa12ff2
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Fri Jun 16 10:52:59 2023 -0400

    Fix #797
---
 .../resources/snippets/spring-boot-kubernetes-application.properties  | 2 +-
 karavan-demo/expose-pod-service/spring/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 62a3e1cc..30e89330 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
@@ -13,7 +13,7 @@ management.health.probes.enabled=true
 management.health.livenessState.enabled=true
 management.health.readinessState.enabled=true
 management.endpoint.health.show-details=always
-jkube.version=1.12.0
+jkube.version=1.13.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=1
diff --git a/karavan-demo/expose-pod-service/spring/application.properties b/karavan-demo/expose-pod-service/spring/application.properties
index 7745de5e..5b096537 100644
--- a/karavan-demo/expose-pod-service/spring/application.properties
+++ b/karavan-demo/expose-pod-service/spring/application.properties
@@ -11,7 +11,7 @@ management.health.probes.enabled=true
 management.health.livenessState.enabled=true
 management.health.readinessState.enabled=true
 management.endpoint.health.show-details=always
-jkube.version=1.12.0
+jkube.version=1.13.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=2
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 8e0a121c..55577fe6 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -334,7 +334,7 @@
           "default": [
             "camel.jbang.dependencies=camel:microprofile-health",
             "# jkube properties",
-            "jkube.version=1.12.0",
+            "jkube.version=1.13.1",
             "jkube.build.strategy=s2i",
             "jkube.namespace=${NAMESPACE}",
             "jkube.generator.name=image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/$NAME:${DATE}",
@@ -356,7 +356,7 @@
           "default": [
             "camel.jbang.dependencies=camel:microprofile-health",
             "# jkube properties",
-            "jkube.version=1.12.0",
+            "jkube.version=1.13.1",
             "jkube.build.strategy=docker",
             "jkube.namespace=default",
             "jkube.generator.name=default/$NAME:${DATE}",