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 190051c  Use latest Hazelcast-Kubernetes docker image 3.10.4
190051c is described below

commit 190051cf592038e12d44da5b4881319203a10864
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 30 10:39:37 2018 +0200

    Use latest Hazelcast-Kubernetes docker image 3.10.4
---
 .../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 061773e..e9750d8 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.3
+        image: quay.io/pires/hazelcast-kubernetes:3.10.4
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"

Reply via email to