You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/09 10:00:10 UTC

[camel] branch master updated: Bump the Hazelcast Kubernetes image to 3.10.2

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 56bf29d  Bump the Hazelcast Kubernetes image to 3.10.2
56bf29d is described below

commit 56bf29d9a0d983971faef6d9eeaa7cfa38d6c658
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Jun 9 11:59:11 2018 +0200

    Bump the Hazelcast Kubernetes image to 3.10.2
---
 .../src/main/resources/fabric8/hazelcast-deployment.yaml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
index 9030384..bc6857e 100644
--- a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
+++ b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
@@ -12,7 +12,7 @@ spec:
     spec: 
       containers: 
       - name: hazelcast
-        image: quay.io/pires/hazelcast-kubernetes:3.10.1
+        image: quay.io/pires/hazelcast-kubernetes:3.10.2
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.