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/04/18 12:53:25 UTC

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

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 a982cfa2 Fix  #705
a982cfa2 is described below

commit a982cfa2a74637c98ca4fb6c2a5bfea32e5fa41e
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Apr 18 08:53:15 2023 -0400

    Fix  #705
---
 .../resources/snippets/spring-boot-kubernetes-application.properties  | 2 +-
 .../resources/snippets/spring-boot-openshift-application.properties   | 2 +-
 karavan-demo/expose-pod-service/spring/application.properties         | 2 +-
 karavan-vscode/package.json                                           | 4 ++--
 4 files changed, 5 insertions(+), 5 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 ae180a32..53431633 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.11.0
+jkube.version=1.12.0
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=1
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 a77a318e..5889097e 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.11.0
+jkube.version=1.12.0
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.type=Deployment
diff --git a/karavan-demo/expose-pod-service/spring/application.properties b/karavan-demo/expose-pod-service/spring/application.properties
index 8b1af406..7745de5e 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.11.0
+jkube.version=1.12.0
 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 3039bf8c..b5e4b9dd 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.11.0",
+            "jkube.version=1.12.0",
             "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.11.0",
+            "jkube.version=1.12.0",
             "jkube.build.strategy=docker",
             "jkube.namespace=default",
             "jkube.generator.name=default/$NAME:${DATE}",