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

2023-06-16 Thread marat
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 b75f98ee Fix #797
b75f98ee is described below

commit b75f98eeb3353d42e3d396633436c14a753daf6e
Author: Marat Gubaidullin 
AuthorDate: Fri Jun 16 10:59:27 2023 -0400

Fix #797
---
 .../resources/snippets/spring-boot-openshift-application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5168b4ee..828d46d0 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
@@ -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.type=Deployment



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

2023-06-16 Thread marat
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 
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}",