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/10/24 07:15:43 UTC

[camel] branch master updated: Use latest Hazelcast Kubernetes image (3.11) in the example

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 50eaac7  Use latest Hazelcast Kubernetes image (3.11) in the example
50eaac7 is described below

commit 50eaac735ab9d714772406bcb90ed2f9c8484e7f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 24 09:15:14 2018 +0200

    Use latest Hazelcast Kubernetes image (3.11) in the example
---
 .../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 d9a6350..27886fc 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.6
+        image: quay.io/pires/hazelcast-kubernetes:3.11
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"